or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
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.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Beginning ASP.NET MVC 1.0 [Paperback]

Simone Chiaretta , Keyvan Nayyeri
4.5 out of 5 stars  See all reviews (13 customer reviews)

List Price: $49.99
Price: $44.99 & FREE Shipping. Details
You Save: $5.00 (10%)
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 18 left in stock.
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
Paperback $44.99  
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

August 5, 2009 047043399X 978-0470433997 1
ASP.NET MVC (Model View Framework) allows you to use ready-to-use MVC code so you can develop Web applications faster. This book?s cut-to-the-chase approach gets you up to speed on the new ASP.NET MVC without getting bogging you down in learning or re-learning ASP.NET itself. You?ll receive straightforward instruction on concepts, backed by real-world case studies and examples that offer practical solutions. Topics include test-driven development and unit testing, the principles of the MVC pattern, how to implement it, how to move from traditional ASP.NET Webforms to ASP.NET MVC, and much more.

Frequently Bought Together

Beginning ASP.NET MVC 1.0 + Professional ASP.NET MVC 1.0
Price for both: $76.84

Buy the selected items together


Editorial Reviews

From the Back Cover

Wrox Programmer to ProgrammerTM

Beginning

ASP.NET MVC 1.0

Simone Chiaretta, Keyvan Nayyeri

Updates, source code, and Wrox technical support at www.wrox.com

Beginning

ASP.NET MVC 1.0

If you have a background in .NET and ASP.NET and are seeking to learn ASP.NET MVC, then this is the book for you. Relying heavily on MVC concepts, ASP.NET MVC principles, and code to demonstrate the main content, this valuable resource walks you through the necessary components to solve real-world problems.

A clear and straightforward writing style offers a pragmatic approach so that you can learn the material at your own pace. You'll review all aspects of ASP.NET MVC, and all the topics are explored for the final version of Microsoft ASP.NET MVC 1.0. Two real-world case studies showcase the theoretical concepts that the authors discuss throughout the book, and all sample code uses the most up-to-date Microsoft technologies to familiarize you with current development approaches. By the end of the book, you'll have a firm grasp of ASP.NET principles and how to apply them to maximize the potential of this exciting new framework.

What you will learn from this book

  • The intricacies of the Model View Controller (MVC) pattern and its many benefits

  • The fundamentals of ASP.NET MVC and its advantages over ASP.NET Web Forms

  • Various elements in ASP.NET MVC including model, view, controller, action filters, and routing

  • Unit testing concepts, Test-Driven Development (TDD), and the relationship between unit testing and the MVC pattern

  • How to unit test an ASP.NET MVC application

  • Details about authentication, authorization, caching, and form validation in ASP.NET MVC

  • The ins and outs of AJAX and client-side development in ASP.NET MVC

  • Ways to extend ASP.NET MVC

Who this book is for

This book is for .NET developers who want to get started with ASP.NET MVC. Experience with the .NET Framework and knowledge of C# or VB is essential.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.


Product Details

  • Paperback: 576 pages
  • Publisher: Wrox; 1 edition (August 5, 2009)
  • Language: English
  • ISBN-10: 047043399X
  • ISBN-13: 978-0470433997
  • Product Dimensions: 7.4 x 1.1 x 9.1 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #814,749 in Books (See Top 100 in Books)

More About the Authors

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

Customer Reviews

NET MVC this is the perfect book. Ugo Lattanzi  |  6 reviewers made a similar statement
I think that It's one of the best books to learn MVC ASP. Villa Luca  |  2 reviewers made a similar statement
After doing some reading over the weekend, I can say this book is great! Maarten Balliauw  |  4 reviewers made a similar statement
Most Helpful Customer Reviews
3 of 3 people found the following review helpful
5.0 out of 5 stars Book everyone using ASP.NET MVC should have on their desk November 14, 2009
Format:Paperback
Although I've been a Web Developer for several years, I changed my career path since few years and all my knowledge about Web Programming was not-so-fresh.
Beginning ASP.NET MVC drove me through the new way of making THE WEB with the MVC pattern in the .NET World.

Simone and Keyvan start with Chapters regarding all the basic building blocks of ASP.NET MVC (from what a Model/ a View / a Controller are, to ActionFilters, ActionControllers and so on) with very clever examples.

Every chapter starts with the assumption the reader has no knowledge about such topic and, at the end, makes you aware of what that piece is and how to use it in next chapters.

I've been ready in less than 2 weeks with my first real-world (simple) Application...and I neither finished the book at that time!

The book also covers technologies an "ASP.NET MVC Starter" should know about to let a Web Application works: Ajax, Security (Authentication - Authorization).
Final Chapters get the reader a basic but good idea on how to extend ASP.NET MVC and how to use it in the real world following a couple of
Case Studies.

All chapters are pushing the reader thru the Test-Driven Development methodology: the way of programming ASP.NET MVC has been though on.
Very practical but won't leave you without theoretical topics in mind.

It is my definitive MVC Reference even now I feel more "comfortable" with this new Technology: it covers all I need for a good Web Application.

Personal Experience and gain in knowledge: EXCELLENT; one of the best technical book I ever read.
Comment | 
Was this review helpful to you?
5 of 6 people found the following review helpful
5.0 out of 5 stars Easiest way to learn MVC September 26, 2009
Format:Paperback
What I really liked on reading this book was the "I show you the actual code and then explain how it works" approach. It's very practical: you won't find a lot of theoretical concepts (although they're definitely part of the book) as any concept is explained by examples which you can eventually reproduce on your own computer. The book covers a wide range of aspects about developing web apps with ASP.NET MVC, starting from the basics of the project's anatomy, going through AJAX and Unit testing, and ending with customizing the framework to your needs. If you are a web forms developer, you never touched MVC and you want to be ready for it in a couple of weeks, well... this book is for you.
Enjoy!
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
By Ayp
Format:Paperback
I would recommend this book to anyone who wants to know about ASP.NET MVC.

This book is more oriented towards the ASP.NET WebForms programmer who are trying to make the transition to

ASP.NET MVC way of programming. Having said that anyone - even those who have not done ASP.NET WebForms

programming - can understand the concept and can get going. The book explains things gradually step by step so

that any body can understand it. The book also contains "Try it out" sessions where the sources are given

first and then explained later by highlighted code. The highlighted code reinforce the new concepts we just

got introduced to. The book also provides exercises to do at the end of each chapter and the solutions are

provided in Appendix B in case you are struck with your solution. In short this book covers everything a MVC

beginner programmer needs to know.

Sometimes I wish the authors are precise and not very eloborate - but I guess the authors wanted to make sure

that the beginner gets the concepts right and so were very eloborate.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars A great book on ASP.NET MVC
This book is the better book of ASP.NET MVC that I've red. It's perfect for the beginner and not only. Read more
Published on October 30, 2009 by Ugo Lattanzi
5.0 out of 5 stars Good Introductory book on asp.net mvc
This book is the perfect introduction to asp.net MVC. It covers all you need to start writing an asp. Read more
Published on October 26, 2009 by Ricci Gian Maria
5.0 out of 5 stars A very well done book for everybody
Summary and structure of the book.
The book has 19 chapters plus a couple of appendixes. Each chapter covers a specific argument. Read more
Published on October 25, 2009 by Raffaele Garofalo
5.0 out of 5 stars Came highly recommended
Although I haven't read it cover to cover yet, I purchased this because the rest of the dev team are all making use of MVC, and given that my dev role is secondary (Primarly a... Read more
Published on October 23, 2009 by Dave Dustin
4.0 out of 5 stars Great intro...better than the Pro book
This book is not watered down...it contains plenty of code and a good overview of how to effectively use ASP.NET MVC. Read more
Published on October 15, 2009 by A. DiMauro
2.0 out of 5 stars Editor apparently decided to skip certain chapters...
Questioning the legitimacy of other reviews (the reason my original review was removed by the site) is not permitted; but I will say that after reading this book I'm still not... Read more
Published on October 13, 2009 by Gordon
5.0 out of 5 stars Fantastic beginners guide to ASP.NET MVC
If you are looking for a way to dive into Microsoft's ASP.NET MVC then this is it. This was the base from which I was able to develop full fledged enterprise applications. Read more
Published on October 13, 2009 by Paperino
5.0 out of 5 stars Great book
I have just finished reading this book and I find that has been written very well, in very easy way to read, with and many examples that guide the readers step by step through all... Read more
Published on September 21, 2009 by Villa Luca
5.0 out of 5 stars Great guide for getting up to speed quickly with ASP.NET MVC
ASP.NET MVC is at first glance a deceptively simple framework. In fact, one of its purposes for existing is because the ASP.NET page model is so complicated. Read more
Published on August 26, 2009 by Justin Etheredge
5.0 out of 5 stars Great book!
After doing some reading over the weekend, I can say this book is great! It follows a different path than most of the ASP. Read more
Published on August 25, 2009 by Maarten Balliauw
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


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

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