Unlike most competing books, this one doesnt just tell you what the new features are and how great they are and then let you figure out how to use them on your own. Instead, our book also shows you exactly how to use all of the new features so you get the most from them. Thats why we say that the purpose of this book is to show you: "Whats new and how to use it."
Like all our books, this one has features that you wont find in competing books. Thats why we believe youll learn faster and better with our book than with any other.
Here are just three of those features.
To make sure that you learn the new ASP.NET 2.0 features as quickly and easily as possible, all of the features are presented in the context of complete applications. These applications include the web forms, the aspx code, and the C# code. As we see it, the best way to learn is to study applications like these, even though you wont find them in most competing books.
Unlike many ASP.NET books, this one shows you how to get the most from Visual Studio 2005 as you develop your applications. Because weve found that this IDE is one of the keys to development productivity, were still surprised that most books ignore or neglect it.
If you page through this book, youll see that all of the information is presented in "paired pages," with the essential syntax, guidelines, and examples on the right page and the perspective and extra explanation on the left page. This not only helps you learn faster by reading less, but it is also the best reference format that youll find anywhere. Thats why this book works so well for both training and reference.
"This book enabled me to write custom websites for two customers, which is exactly what I wanted it to help me with. No previous book did such an excellent job of demonstrating how to handle web application security and database classes."
Charles Profitt; posted at Developerland.com
"The section on creating web controls is invaluable everything explained and clearly demonstrated. "I especially appreciated the workaround insights for common hang-ups, like dealing with back-button refreshesproblems that often plague inexperienced ASP.NET developers. These gems alone will be worth the price of the book for many first-time .NET web authors."
5-star review by Mike Riley at asp.netPRO
"Your VB.NET and ASP.NET books are quite simply the best Ive found. I like them (the style, the examples, everything) so well that Ive required both of them for the Fall semester."
Chris Albright, Instructor, Kelley School of Business, Indiana Univ.
"For a beginner, Murachs book is simply a dream, and although I have written a couple of web applications now, I still use it as a quick reference. WORTH EVERY PENNY IN GOLD."
Posted at Amazon
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
13 of 14 people found the following review helpful:
5.0 out of 5 stars
An Excellent Book,
This review is from: Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition (Paperback)
I returned home from a long day at the office a few days ago, to find a shiny new copy of Murach's latest offering on my doorstep. I've got to say it, I like their books, and this one does not disappoint the reader.
The same great layout of "paired pages" has been used, where the left hand page has an explanation of how to achieve certain goals, and the right hand side has guidelines, syntax and examples. These right hand pages make a great reference guide after you have initially read through the book. At 500+ pages, this book is aimed at the C# developer who wants to upgrade from ASP.NET 1.x to ASP.NET 2.0. This book is based on Microsoft's Beta 2 release of ASP.NET 2.0, and should be compatible with Visual Studio 2005 when it is released. What's Inside The book is split into four sections, each comprising of several chapters. One of the most helpful chapters, often missed out in other books, is the appendix, which walks you through installing the software you need to get you creating asp web pages. Section 1 - Introduction to ASP.NET 2.0 The book starts out by describing what is new in ASP.NET 2.0 both in the language and in Visual Studio 2005. Quickly you move on to develop a shopping cart application, which gives you hands-on experience with the new code-behind model, data sources, and cross-page posting. Finally this section covers the new master pages which make it easy for you to create web pages that have common elements. You can download chapter 3 - master pages for free from Murach's web site. Section 2 - ASP.NET 2.0 Data Access This section begins by covering SQL and XML. It then moves on to the new GridView control, that lets you display the data in rows and columns of a table, while making it easy to manipulate and maintain that data. Next, two new Views are introduced, the DetailsView and FormView controls. These are ideal for any application that displays bound data one record at a time. Finally this section shows you how to use object data sources to implement 3-layer applications in which the data access code is kept in data access classes and separates out the presentation code. Section 3 - New ASP.NET features This section begins by covering the new features that make it easy for users to navigate to the various pages in your site. It then moves on to the new Web Site Administration Tool and login controls. These control user access to a site without you having to write a single line of code. Next, you create user accounts with preferences in the shopping cart application. Next the new MultiView and Wizard controls are introduced, these let you divide a page into multiple views or steps that can handle data changes, and you can navigate between the views or steps without writing any C# code. The next chapter shows you how to use themes to give a consistent look and feel to a web site. Then Portals (web pages that display modular content that can be customized by the user) are discussed. Finally the last chapter in this sections discusses some of the minor features and controls that you should be aware of but that you probably won't use every day. Section 4 - ASP.NET 2.0 in practice This section begins by showing you what is involved in converting your old ASP.NET applications to ASP.NET 2.0, including whether it is worth the trouble of converting them or whether you want to maintain them as 1.x applications. It ends by explaining how to use ASP.NET 2.0's configuration tools to control the ever-expanding web.config file. Source Code The accompanying source code can be found on Murach's web site. As ever, the source code is a great boon when learning, as it clarifies what the author has written. Summary This is a clear and concise book that will give you a good understanding of the new features of ASP.NET 2.0 using C#. A fine addition to any programmers bookshelf!
9 of 10 people found the following review helpful:
5.0 out of 5 stars
Excellent Upgrader's Guide,
By
This review is from: Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition (Paperback)
It's always a challenge to publish a meaningful upgrade guide. The reader needs to know the version differences in a quick, but meaningful manner. This book does exactly that. It continues the "paired pages" format: how-to on the left page and examples on the right. The new 2.0 code-behind-model, master pages, data access features, site navigation, login controls, profiles, themes, web parts, and other new 2.0 changes are covered. In addition, the new features of Visual Studio 2005 and new C# languages features are discussed.
As a professional developer, I need information that is accurate and easy to understand. This book qualifies on both counts.
7 of 8 people found the following review helpful:
5.0 out of 5 stars
A must have for developers moving to ASP.NET 2.0,
By Ace Raccoon (Boston, MA) - See all my reviews
This review is from: Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition (Paperback)
Murach's ASP.NET 2.0 upgraders guide C# is a must have for developers moving to ASP.NET 2.0. The book covers all the important new features of ASP.NET 2.0. The chapters do an excellent job at explaining exactly what has changed, and what this means for the developer. For example, the chapter about the GridView explains how this will replace the DataGrid. Although the DataGrid will still be available, the GridView is preferred and offers much more functionality.
The book was very easy to understand especially since the material was broken down into very clear sections. After explaining a point such as Master Pages, the authors reinforced the ideas by including a summary of what they talked about. This was helpful because sometimes it made it much clearer seeing the concept in another manner. The code samples were easy to follow and will be helpful for any future code I write. The best feature of the book is the coverage of the new data sources. The authors cover XML, SQL, object, and Access data sources. In the object data source chapter the authors clearly illustrate how this new data source fits into a 3-tier design. This could be very helpful to developers looking to follow best practices. I would recommend this book for all developers, not just developers migrating to 2.0. After reading this book I can't think of any topics that the authors left out that I would like to see. I have seen a couple of books that have already come out for ASP.NET 2.0, and this one is by far the best one I have seen. After reading the book, I think this will be the only book I will need for ASP.NET 2.0 reference. I would give this book 5 out of 5 stars!
Share your thoughts with other customers: Create your own review
|
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|