Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Murach's ASP.NET 2.0 Upgrader's Guide: C# Edition [Paperback]

Doug Lowe (Author), Joel Murach (Author)
4.6 out of 5 stars  See all reviews (10 customer reviews)

Price: $39.50 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details

Book Description

July 2005
What's new and how to use it! That's the quickest description for what this book presents as it shows C# developers how to upgrade from ASP.NET 1.x to ASP.NET 2.0. Unlike competing books, which present the what's new but not the how to, this book uses complete applications to show the reader exactly how to use all of the valuable new 2.0 features, including data access, master pages, site navigation, login controls, profiles, themes, web parts, and more. This book also presents the best techniques for converting 1.x applications to 2.0 and for deploying 2.0 applications.

Editorial Reviews

From the Publisher

If you’re a C# developer who’s going to be upgrading to ASP.NET 2.0 from ASP.NET 1.0 or 1.1, this book can save you many of hours of research. It can do that because we’ve already done that research for you. Then, we put that information into this single book that will help you upgrade to ASP.NET 2.0 as quickly and easily as possible.

Unlike most competing books, this one doesn’t 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. That’s why we say that the purpose of this book is to show you: "What’s new and how to use it."

Like all our books, this one has features that you won’t find in competing books. That’s why we believe you’ll 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 won’t 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 we’ve found that this IDE is one of the keys to development productivity, we’re still surprised that most books ignore or neglect it.

• If you page through this book, you’ll 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 you’ll find anywhere. That’s why this book works so well for both training and reference.

From the Inside Flap

What programmers said about our ASP.NET 1.x book

"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 refreshes—problems 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 I’ve found. I like them (the style, the examples, everything) so well that I’ve required both of them for the Fall semester."
Chris Albright, Instructor, Kelley School of Business, Indiana Univ.

"For a beginner, Murach’s 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

  • Paperback: 544 pages
  • Publisher: Mike Murach & Associates; C# ed edition (July 2005)
  • Language: English
  • ISBN-10: 1890774359
  • ISBN-13: 978-1890774356
  • Product Dimensions: 9.8 x 7.8 x 1.4 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #1,984,287 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (8)
4 star:    (0)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (10 customer reviews)
 
 
 
 
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, September 7, 2005
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!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
5.0 out of 5 stars Excellent Upgrader's Guide, October 16, 2005
By 
K. Starnes (Battle Ground, WA USA) - See all my reviews
(REAL NAME)   
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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, September 28, 2005
By 
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!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



Inside This Book (learn more)
First Sentence:
In the fall of 2005, Microsoft released the final versions of its long-awaited update to Visual Studio and the .NET Framework for developers. Read the first page
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Studio, Category Maintenance, Web Forms Designer, Web Site Administration Tool, Query Builder, Conversion Wizard, Data Source Configuration Wizard, Add New Item, Web Setup, Solution Explorer, Configure Data Source, Page Language, Product Maintenance, Server Express, Code Editor, Property Description, Add Field, Copy Web Site, Method Description, Cart Profile, Runat Must, Add New Category, Continue Shopping, Edit Fields, Empty Cart
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject