Math.com Store
 Location:  Home » Math Books » Pro ASP.NET MVC Framework  

Pro ASP.NET MVC Framework

Pro ASP.NET MVC FrameworkAuthor: Steven Sanderson
Publisher: Apress

List Price: $49.99
Buy New: $26.10
as of 11/22/2009 01:02 CST details
You Save: $23.89 (48%)



New (28) Used (8) from $26.10

Seller: a_cautious_guy
Rating: 5.0 out of 5 stars 39 reviews
Sales Rank: 4434

Media: Paperback
Pages: 550
Number Of Items: 1
Shipping Weight (lbs): 1.8
Dimensions (in): 9 x 7 x 1.4

ISBN: 1430210079
Dewey Decimal Number: 006.7882
EAN: 9781430210078
ASIN: 1430210079

Publication Date: April 30, 2009
Availability: Usually ships in 1-2 business days

Features:
  • ISBN13: 9781430210078
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.
  • Click here to view our Condition Guide and Shipping Prices

Also Available In:

  • Kindle Edition - Pro ASP.NET MVC Framework

Similar Items:


Editorial Reviews:

Product Description

Steven Sanderson has seen the ASP.NET MVC framework mature from the start, so his experience, combined with comprehensive coverage of all the new features, including those in the official MVC development toolkit, offers the clearest understanding of how this exciting new framework could improve your coding efficiency—and you’ll gain invaluable up–to–date awareness of security, deployment, and interoperability challenges.

The ASP.NET MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform. It introduces a radically new high–productivity programming model that promotes cleaner code architecture, test–driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5.

An integral benefit of this book is that the core Model–View–Controller architectural concepts are not simply explained or discussed in isolation, but demonstrated in action. You’ll work through an extended tutorial to create a working e–commerce web application that combines ASP.NET MVC with the latest C# 3.0 language features and unit–testing best practices. By gaining this invaluable, practical experience, you can discover MVCs strengths and weaknesses for yourself—and put your best learned theory into practice.

What you’ll learn

  • Gain a solid architectural background to ASP.NET MVC, including Model–View–Controller and REST concepts.
  • Explore the ASP.NET MVC framework with detailed coverage of all aspects of the framework and the official MVC development toolkit.
  • See how it works with test–driven development in action.
  • Capitalize on your existing knowledge quickly and easily through translation and comparison of features in classic ASP.NET to those in ASP.NET MVC.
  • Learn about the latest security and deployment issues, including IIS 7.0.

Who is this book for?

This book is for web developers with a basic knowledge of ASP.NET and C# who want, or need, to start using the new ASP.NET MVC framework.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.




Customer Reviews:
Showing reviews 1-5 of 39
1 2 3 4 5 6 ...8Next »



5 out of 5 stars Outstanding book   November 14, 2009
Utkarsh Narvekar (Texas US)
This is one of the best books that I have ever read, not just for ASP.Net MVC. The writing style of the author is excellent, and you do not feel bored at all while reading this book. I have been reading this book like a novel. Having said that, this book present all the concepts in a very clear manner, and does not bother explaining the documentation, as that can be easily obtained from msdn. This book explains all the prerequisites in a nice manner as well, so that you can find a natural flow. Also, this book encourages using TDD, and introduces concepts such as IOC and how can they be used with MVC.

Over and all this is an excellent book, and is a must read.



5 out of 5 stars Simply Awesome!   November 13, 2009
J. M. Gorman (Melrose, MA United States)
If you want to create a website with the ASP.NET MVC Framework, you *must* have this book. This is easily one of the best tech books I've ever read.


5 out of 5 stars I have yet to read a book on .Net as great as this one!   November 6, 2009
Alexander Khotanov
The book is very clearly written, has a wealth of information and reads like a novel that you can't seem to put down. I have read the entire book and created a sample Sports Store e-commerce app (from chapters 4, 5 and 6) in just a few days time. In addition to anything and everything about ASP.Net MVC and how to extend and customize every part of it you will learn (if you don't already know) unit testing with NUnit, mocking with Moq, inversion of control (IoC) pattern, an intro to domain driven design (I would recommend Eric Evens' Domain Driven Design book for an in depth explanation of DDD) and best practices of everything combined. In addition there's code in this book that you can literally reuse with little or no tweaking at all in your MVC projects :) Steven Sanderson, THANK YOU FOR THIS BOOK!




5 out of 5 stars Must Read on MVC! Great Book!   October 17, 2009
Brian Mains
I believe Pro ASP.NET MVC Framework is one of the best books on the market about MVC. This book is crammed with a lot of information that you need to know as a developer. While he doesn't cover each subject fully (no book really does that), he does cover the major topic points related to MVC in-depth, and touches upon the other concerts that you need to be aware of to implement or customize MVC for your own purposes. I've broken up my review into several major subsections related to the book and analyze each one individually. From an overall level, I think the book really did well in its explanation and examples of MVC.

Book's Knowledge

This book is really crammed with lots of valuable information. I find myself referring back to the book when working with MVC, because it has a lot of various important sections about how to use JQuery to dynamically change MVC partial views within a view, how to customize the creation of a controller, and other important facts. There is so many small or medium details regarding the MVC framework that is important to know about covered in this book, that it does really make it a very beneficial book.

The chapters on each major feature (views, routing, controllers, etc.) are very long, which is great because they contain so much information about each of the subjects. I was really impressed with the information packed into each of these chapters. After reading the book, I felt comfortable enough to work on MVC and understand some of the concerns when implementing MVC for my own applications. I felt there was minimal downtime trying to play with MVC to understand its inner-workings; I really felt confortable jumping in.

Writing Style

I really like Steven's ability to clearly articulate points about MVC. If the writer is not fluent, I tend to lose interest, but I didn't lose interest at all in this book. This book doesn't just talk about the functionality, but actually illustrates its use through examples and theory, which is important for such a big subject. That's not to say he doesn't explain his code, which he does in the right amount of detail.

Content Structure

Though a pro book, the author ensures that he covers the basic prerequisites for the book, to fill in the user how MVC works. The book continues on with three chapters of a sample MVC application, explaining it some as he goes, following up with most of the book detailing each features.

The main complaint of the book that I have is that Chapters 4, 5, and 6 cover the basics of creating an MVC sports store application and tries to get you familiar with MVC by jumping right in without a lot of preliminary discussion. While he does discuss what he's illustrating, I feel it would have been helpful to cover the documentation of the features first, and then rolled through the example last, with a bigger/more complex example.
The plus to this design is that the sample walks you through the basics, and the subsequent materials enhance your understanding of routing, views, controllers and actions, data entry and model binding, AJAX and client-scripting, and security.
I found much use alone out of the chapters on using AJAX to use an unobtrusive JavaScript approach and the concerns to have with implementing security (since ASP.NET web forms handled certain security features for you automatically and MVC does not).

Implementation

While I do have a deep technical background, the concept of MVC is somewhat foreign to me; I had a familiarity to the pattern, but didn't know anything about the product. After reading this book, I felt very confident about my ability to create an MVC site. There were some curveballs and I had to reference the book again and again, but I felt overall that this book was a fantastic resource to get me going. It's the only book I read on the subject (outside of the NerdDinner resource provided by Scott Guthrie).



5 out of 5 stars Absolutely First Rate   October 13, 2009
M. Arner
I wish the Index had been more thorough--I read this cover-to-cover and then sometimes had difficulty finding passages I remembered. That said, I still have to give Sanderson an A++. This book nourished me through my first MVC project and was a good portion of the reason for its success. Just very intelligent, low-key key writing that anticipated my concerns without pretension, fluff, or glitz. It doesn't tell you why you should be so impressed; it just impresses you. I read a lot of technology books and especially Microsoft stuff--this was one of the very best. Many thanks.

Showing reviews 1-5 of 39
1 2 3 4 5 6 ...8Next »





Disclaimer

Return to Math.com
Sponsored Links
Math Jobs


Quick Links
Return to Math.com
Math Tutoring
Top Selling Electronics
Textbooks
Math Jobs
Privacy
Categories
Calculators
Math Books
Math DVD
Math Games
Math Toys
Math Software
Game Systems
Math Apparel
Subcategories
Paperback
Mass Market
Trade
Related Categories
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• ASP
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books