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


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £7.45 Amazon.co.uk Gift Card
ASP.NET MVC Framework Unleashed
 
 
Start reading ASP.NET MVC Framework Unleashed on your Kindle in under a minute.

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

ASP.NET MVC Framework Unleashed [Paperback]

Stephen Walther
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £36.99
Price: £24.04 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £12.95 (35%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £20.43  
Paperback £24.04  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Frequently Bought Together

Customers buy this book with ASP.NET 4 Unleashed £28.59

ASP.NET MVC Framework Unleashed + ASP.NET 4 Unleashed
Price For Both: £52.63

Show availability and delivery details

  • This item: ASP.NET MVC Framework Unleashed

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • ASP.NET 4 Unleashed

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions



Product details

  • Paperback: 744 pages
  • Publisher: Sams; 1 edition (14 July 2009)
  • Language English
  • ISBN-10: 0672329980
  • ISBN-13: 978-0672329982
  • Product Dimensions: 22.9 x 17.5 x 3.8 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 260,463 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Stephen Walther
Discover books, learn about writers, and more.

Visit Amazon's Stephen Walther Page

Product Description

Product Description

In this book, world-renowned ASP.NET expert and member of the Microsoft ASP.NET team Stephen Walther shows experienced developers how to use Microsoft’s new ASP.NET MVC Framework to build web applications that are more powerful, flexible, testable, manageable, scalable, and extensible.

 

Writing for professional programmers, Walther explains the crucial concepts that make the Model-View-Controller (MVC) development paradigm work so well and shows exactly how to apply them with the ASP.NET MVC Framework. From controllers and actions to views and models, Walther demonstrates how to apply each ASP.NET MVC Framework feature in real-world projects.

 

In Part II, you’ll walk step-by-step through building a full-fledged ASP.NET MVC blog application that implements capabilities ranging from data access to validation. Through this case study, you’ll learn how to build ASP.NET MVC applications using test-driven development processes that enable rapid feedback, greater productivity, and better quality.

 

Throughout, Walther presents extensive code examples, reflecting his unsurpassed experience as an ASP.NET instructor, a leading commercial developer, and now as a member of Microsoft’s ASP.NET development team.

 

Understand how to:

  • Build enterprise-scale web applications far more rapidly and effectively
  • Develop web applications that are easier to maintain and extend over time
  • Gain unprecedented control over the appearance of your website or application
  • Expose intuitive URLs that are friendlier to search engines and users alike
  • Create ASP.NET MVC models that contain all your application’s business, validation, and data access logic
  • Make the most of HTML helpers, model binders, action filters, routing, and authentication
  • Efficiently deploy your ASP.NET MVC applications
  • Use the lightweight JQuery JavaScript library to easily find and manipulate HTML elements
  • Create ASP.NET MVC applications using unit test and mock object framework

From the Back Cover

In this book, world-renowned ASP.NET expert and member of the Microsoft ASP.NET team Stephen Walther shows experienced developers how to use Microsoft’s new ASP.NET MVC Framework to build web applications that are more powerful, flexible, testable, manageable, scalable, and extensible.

 

Writing for professional programmers, Walther explains the crucial concepts that make the Model-View-Controller (MVC) development paradigm work so well and shows exactly how to apply them with the ASP.NET MVC Framework. From controllers and actions to views and models, Walther demonstrates how to apply each ASP.NET MVC Framework feature in real-world projects.

 

In Part II, you’ll walk step-by-step through building a full-fledged ASP.NET MVC blog application that implements capabilities ranging from data access to validation. Through this case study, you’ll learn how to build ASP.NET MVC applications using test-driven development processes that enable rapid feedback, greater productivity, and better quality.

 

Throughout, Walther presents extensive code examples, reflecting his unsurpassed experience as an ASP.NET instructor, a leading commercial developer, and now as a member of Microsoft’s ASP.NET development team.

 

Understand how to:

  • Build enterprise-scale web applications far more rapidly and effectively
  • Develop web applications that are easier to maintain and extend over time
  • Gain unprecedented control over the appearance of your website or application
  • Expose intuitive URLs that are friendlier to search engines and users alike
  • Create ASP.NET MVC models that contain all your application’s business, validation, and data access logic
  • Make the most of HTML helpers, model binders, action filters, routing, and authentication
  • Efficiently deploy your ASP.NET MVC applications
  • Use the lightweight JQuery JavaScript library to easily find and manipulate HTML elements
  • Create ASP.NET MVC applications using unit test and mock object framework

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
1 of 1 people found the following review helpful
very good book 8 Jun 2011
By Kouichi
Format:Paperback
This book is the same book recommended by my Tutor for my Final Year at University for my Advanced Web Programming module. It teaches you how to create MVC Website Applications using MVC 1.0 although the author teaches newer ways to program which can also be used with the MVC 2.0 framework.

The Techniques are explained in both C# and VB.NET. The author explains clearly and I was able to have a fully functional MVC website up and running using this book within a couple of days. It shows how to use LINQ to SQL and LINQ to ENTITIES and the code samples are available to download directly from Stephen Walthers website or through the publishers.

I was able to apply HTML 5 and CSS3 to the Views, and integrate JQUERY with ease. This is the perfect book for beginners and intermediate level users. There are some areas such as how to populate drop-down lists from the database and post-back which are briefly touched upon, it could go in deeper.

Using this book I created three MVC Web Applications, 2 using C# and 1 using VB.NET. I found that support on websites and forums etc covered C# more than VB.NET. I recommend if you will be programming your MVC application that you use C# instead. I found it was easier to program with and had readily available samples for MVC 1, 2 & 3. The Microsoft website covers the MVC tutorials mostly on C#.
Comment | 
Was this review helpful to you?
Format:Paperback
Having seen many of Stephen Walther's video tutorials I knew that this book would provide a thorough and interesting exploration of ASP.NET MVC. It really does provide a most useful understanding of the framework as well as genuinely helpful and detailed examples (in C# & VB). I very much enjoy Stephen Walther's style and I can highly recommend it for anyone developing using ASP.NET MVC - it should be on your bookshelf, or more likely, open on your desk providing you with an excellent guide of how to build systems using ASP.NET MVC. I would buy it along with Professional ASP.NET MVC 1.0 by Conery, Guthrie, Haack and Hanselman - another excellent book.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  24 reviews
8 of 8 people found the following review helpful
Terrific starting point 8 Jan 2010
By Jason Baisden - Published on Amazon.com
Format:Paperback
Disclosure: I do not own this book, but the review is based on reading the first 4 chapters from my Safari subscription.

This book is a really, really great starting point for learning ASP .NET MVC. An important caveat is that you need to do the NERD DINNER tutorial first before ANYTHING! I'm real particular about my learning style and had baulked at the mere 10 reviews the book had received, but really, don't let that dissuade. This is a great book and the author breaks things down into easy to understand chunks. I will say that he isn't as detailed as the Nerddinner tutorial in explaining the Visual Studio features for adding Views & Controllers, but the description's for doing so should suffice.

Some people may not like that the code examples are in both C# & VB .NET; however, I don't mind this. It certainly adds to the size of the book, but I haven't found many books going through this stuff and showing VB .NET code, so that can only be a plus. Another gotcha is the book uses the Entity Framework for data access. I don't mind this since I haven't had exposure to it, but I think that might turn off some people. To be perfectly honest, I don't think there's a book that explains the basics of ASP .NET MVC in conjunction with NHibernate or ORM's outside of LINQ to SQL or Entity Framework. I did look at ASP.Net MVC in Action on Safari and I can tell you that it is definitely not a starter book; however, if you want exposure to using third party frameworks with ASP .NET MVC, that might be your book.

Okay after making to about chapter 19, I've come back to this review and bumped it down to 4 stars. My main bother here is that there isn't a published errata and their needs to be one. Thankfully, this doesn't come into play until Chapter's 17 & 19. The mistake made in both chapters is they start using classes without A) defining the code for the class b) without mentioning the class anywhere outside of a code example that assumes their prior creation C) a & b.

This isn't a huge deal, just download the book code and know that you will have to copy the code for the following classes:

UnleashedBlog.Models.BlogEntry (Chapter 17)
UnleashedBlog.Models.BlogServiceBase (Chapter 19)
UnleashedBlog.Tests.Factories.ControllerFactory (Chapter 19)

The last 2 really ticked me off because there is absolutely zero mention of their creation until they are magically used in code. Despite this, they aren't complicated classes and you can still understand what they are doing without the book having to elaborate.

Despite it all, I still recommend this book. I've gone through most of the chapters at this point and have found it a really good jumping off point for learning ASP .NET MVC.
4 of 4 people found the following review helpful
best one out there 21 Dec 2009
By Akash Aggarwal - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I own asp.net mvc in action as well as this book but I have to say this is much more organised in terms of flow and explanation. Small pieces of code to illustrate each concept works great for me. On contrary, asp.net mvc in action talks of a code camp app and might not be the first book you want to read since you might get lost if you are new to MVC. Nothing against asp.net mvc in action since it is a good book as well but you will grasp much more if you read this first and then dive into "in action".
11 of 14 people found the following review helpful
Great ASP.NET MVC Book with Nice Detail 15 Aug 2009
By D. Wahlin - Published on Amazon.com
Format:Paperback
I've always been a fan of Stephen Walther's [...]Unleashed book (arguably one of the most popular[...]books ever) and his latest [...]Unleashed book doesn't disappoint. As with his previous book, Stephen takes the time to walk through a lot of nice details that other books tend to skip over such as creating data repository classes and interfaces, integrating data repositories into controllers, tips and tricks that can be used during unit testing, building custom HTML helper classes, [...]using caching, adding jQuery into the mix, plus much more.

If you're interested in a book written by someone who really understands how to explain technology and who knows the [...]framework inside and out then I'd highly recommend getting this book. Stephen Walther knows his stuff and explains the technology in a way that's easy to digest. Code samples are provided in both C# and Visual Basic.
Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges