Professional ASP.NET MVC 2 and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Professional ASP.NET MVC 2 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Professional ASP.NET MVC 2 [Paperback]

Jon Galloway , Scott Hanselman , Phil Haack , Scott Guthrie , Rob Conery
2.9 out of 5 stars  See all reviews (15 customer reviews)

List Price: $44.99
Price: $30.44 & FREE Shipping. Details
You Save: $14.55 (32%)
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
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Tuesday, May 28? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $25.64  
Paperback $30.44  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

June 28, 2010 0470643188 978-0470643181 1
Top-selling MVC book from a top team at Microsoft—now fully updated!

ASP.NET MVC 2.0 is now available and shipping with Visual Studio 2010 and .NET 4. A new update to Microsoft’s Model-View-Controller technologies, MVC 2 enables developers to build dynamic, data-driven Web sites. Professional ASP.NET MVC 2 shows you step-by-step how to use MVC 2. You’ll learn both the theory behind MVC 2, as well as walk through practical tutorials, where you’ll create a real-world application. Topics include transitioning from ASP.NET development, as well as an overview of related tools and technologies, including LINQ, jQuery, and REST.

This book is for web developers who are looking to add more complete testing to their web sites, and who are perhaps ready for "something different."

In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for.


Frequently Bought Together

Professional ASP.NET MVC 2 + Professional ASP.NET MVC 3
Price for both: $59.78

Buy the selected items together
  • Professional ASP.NET MVC 3 $29.34


Editorial Reviews

From the Back Cover

A comprehensive overview covering the new features of MVC 2

ASP.NET MVC 2, Microsoft's latest version of the successful web development framework, helps you create dynamic data-driven web sites; this book gives you an extra edge. Starting with Scott Guthrie's popular NerdDinner.com application, this book uses real-world examples to discuss the theory behind MVC 2: how to transition from ASP.NET Web Forms development, and how you benefit from advanced features. The author team scrutinizes MVC 2's new features and explains how MVC 2 relates to Visual Studio® and .NET versions.

Professional ASP.NET MVC 2:

  • Shows you how to create the database, build the Model, and work with Controllers and Views

  • Addresses authentication and authorization

  • Explores MVC 2 in relation to Ruby on Rails®, Django® and Python®, MonoRail, and others

  • Dissects views: what they do, what they shouldn't do, and how to specify a view

  • Explains how to share data between Web Forms and MVC

  • Points out the important changes between MVC 1.0 and MVC 2

  • Includes 2 weeks of Rob Conery's TekPub, expert screencasts on ASP.NET MVC 2, LINQ, ASP.NET 4, Entity Framework, jQuery, and more

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

wrox.comProgrammer Forums

Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads

Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More

Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.

About the Author

Jon Galloway works at Microsoft and is part of the Server and Tools online group where he focuses on the ASP.NET community including the ASP.NET web site.

Phil Haack is a senior program manager on Microsoft's ASP.NET team.

Scott Hanselman is a senior program manager on Microsoft's ASP.NET team.

Scott Guthrie is corporate vice president of Microsoft's .NET Developer Division.

Rob Conery is an expert in ASP.NET and creator of SubSonic.


Product Details

  • Paperback: 552 pages
  • Publisher: Wrox; 1 edition (June 28, 2010)
  • Language: English
  • ISBN-10: 0470643188
  • ISBN-13: 978-0470643181
  • Product Dimensions: 7.4 x 1.1 x 9.3 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 2.9 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon Best Sellers Rank: #913,931 in Books (See Top 100 in Books)

More About the Authors

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

Customer Reviews

The first chapter, although full of errors as everyone said, was really the best part of the book. A. S. Bertagnolli  |  3 reviewers made a similar statement
NET MVC 2 development, work through the NerdDinner tutorial, read Professional ASP. Ben Griswold  |  2 reviewers made a similar statement
Most Helpful Customer Reviews
13 of 13 people found the following review helpful
3.0 out of 5 stars Chock full of errata... August 15, 2010
Format:Paperback|Amazon Verified Purchase
Starting with the ViewModel section of chapter 1, there is plently of errata which leaves you wondering. This is confirmed on the books official forums filled with people asking for answers.

In short, the book tries to use "TryUpdateModel" which doesn't work because you aren't using the Dinner model any more, but rather the DinnerFormViewModel. You have to use one of the overloaded TryUpdateModel methods in order for it to work. You can visit the book's forums for more details.

There are also a lot of errors in the map section of chapter 1 -- mainly in the ids you have to select using jQuery (#Dinner_Address instead of #Address, for example). You also don't get the CSS to position the map correctly -- you must make your own css to float the map to the right and position it.

EDIT: More errata: The C# code for finding the nearest dinners within 100 miles is not present in the book or the downloadable code. You get the sql code. However, like another function that they give you, you need SQL and C#. You can get the C# code at the forums.

Overall, it's a good introduction; however, the various errata in the advanced topics of Chapter 1 leave me doubting the quality of the rest of the book. Given that the problems are fixable (if you are willing to try and understand what it doesn't tell you and visit the book's forums for help), I am giving the book three stars.
Comment | 
Was this review helpful to you?
10 of 11 people found the following review helpful
2.0 out of 5 stars Wait for the corrected version August 23, 2010
By Kennedy
Format:Paperback|Amazon Verified Purchase
The sample application code is filled with errors and omissions. You are better off waiting for the corrections to be addressed before spending your time on this book.
Comment | 
Was this review helpful to you?
6 of 6 people found the following review helpful
2.0 out of 5 stars Errata beginning to impede progress September 23, 2010
By Samrat
Format:Paperback
I am about 90 pages into the book and the errors are already starting to impede my progress.
There is no official errata available. I would not recommend spending money on this book.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
1.0 out of 5 stars Terrible
The first chapter, although full of errors as everyone said, was really the best part of the book. I learn much better by example, and the 1st chapter was 160pages of it. Read more
Published 16 months ago by A. S. Bertagnolli
2.0 out of 5 stars Poorly written, buggy code
The text is disorganized and the code is full of bugs. It seems like none of the code was tested before it was published in the book.
Published 22 months ago by Travis Lee
5.0 out of 5 stars If you want to get a hands on experience , buy this book
I bought this book almost 9 months back but now only got the time to read it.The book starts with a real world example and explains the theory later. Read more
Published on March 22, 2011 by RJ
3.0 out of 5 stars Covered some important concepts of MVC2 development
Using Nerd Dinner sample application as a consistent thread for the book, authors of this book have covered some important development aspects of MVC2 programming concisely:... Read more
Published on December 4, 2010 by Andy Zhang
5.0 out of 5 stars One of the Best ASP.NET MVC 2 books I've read
I must have gotten an updated copy of the book, because I've not come across all of the issues that other reviewers are posting about. Read more
Published on November 20, 2010 by Just me
1.0 out of 5 stars too many example code errors
You would think that our MVC gods could produce the definitive reference on this topic. The errors in the first chapter are very frustrating. Read more
Published on November 14, 2010 by William W Yeagle
4.0 out of 5 stars Nice Read for ASP.NET Web Forms Developers
In my opinion, this book is a fast track to ASP.NET MVC written directly by the experts or rather ASP.NET team at Microsoft. If you are a professional ASP. Read more
Published on November 14, 2010 by Adil Ahmed Mughal
1.0 out of 5 stars Professional?
What kind of professionals are these people? As many have mentioned, there are significant errors in the first chapter. Read more
Published on October 11, 2010 by flyinhawaiian84
3.0 out of 5 stars Great for explaining concepts, Horrible at showing you how to do them.
Chapters 2 and on are well worth the read to explain the concepts behind models, controllers, views, and what makes them work together. Read more
Published on September 7, 2010 by James in Indy
4.0 out of 5 stars A book worth reading
Very clear and easy to read introduction into world of ASP.NET MVC. Good examples with legendary NerdDinner application. Read more
Published on July 26, 2010 by Juhola Tomi
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category