Rating:

Author: Adam Freeman
ISBN : B00ACC5YXY
New from $25.49
Format: PDF
Posts about Download The Book Free Pro ASP.NET MVC 4 for everyone book mediafire, rapishare, and mirror link
The ASP.NET MVC 4 Framework is the latest evolution of Microsofts ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.
ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.
In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. Youll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, youll discover MVCs strengths and weaknesses for yourselfand put your best-learned theory into practice.
The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.
What youll learn
- Gain a solid architectural understanding of ASP.NET MVC 4, including basic MVC
- Explore the entire ASP.NET MVC Framework
- Learn what's new in version 4 and how how best to apply these new features
- See how MVC and test-driven development work in action
- Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC
Who this book is 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 4 Framework.
Books with free ebook downloads available Free Pro ASP.NET MVC 4
- File Size: 12710 KB
- Print Length: 737 pages
- Page Numbers Source ISBN: 1430242361
- Publisher: Apress; 4 edition (December 20, 2012)
- Sold by: Amazon Digital Services, Inc.
- Language: English
- ASIN: B00ACC5YXY
- Text-to-Speech: Enabled
X-Ray:
- Lending: Enabled
- Amazon Best Sellers Rank: #60,346 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
- #16
in Books > Computers & Technology > Programming > Languages & Tools > C# - #20
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > C & C++ - #25
in Books > Computers & Technology > Microsoft > Development > C & C++ Windows Programming
- #16
in Books > Computers & Technology > Programming > Languages & Tools > C# - #20
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > C & C++ - #25
in Books > Computers & Technology > Microsoft > Development > C & C++ Windows Programming
Free Pro ASP.NET MVC 4
I chose this book to read based on the good reviews. I'm currently working on my first major MVC project. Where I found this book lacking was in addressing the real world issues that I was encountering in my project. For example, my data model is a bunch of related classes where often one class/table serves as a lookup for a property in another class. I wanted to be able to use dropdown lists in my UI in these cases and looked for examples of how to do this in this book. But in the data model the author uses for his case study he only has one entity, Product, and the attributes of Product that normally in the real world would have been a class, like Category, he makes a string field. Really? Raise your hand if you think Amazon has Category as a string attribute of their Product class!
Another issue I wanted help with was how to handle when you want to have a view with just a subset of the properties of a class say for example if you have a large Person class but you want to have a page where a certain type of user only gets to edit a few properties of that class. It's these kinds of real world data issues where the book fails miserably. To summarize, if you're calling your book a "Pro" book then your data model for your case study should have more than one class!
He does do a good job of explaining setting up the structure/plumbing for an application, i.e. having a separate project for your data model and using interfaces and dependency injection to separate concerns. He also does a good job of including testing although I found it a bit frustrating sometimes that he would make design decisions for the app to make the testing part easier. It felt a bit like the tail wagging the dog but I guess that's the way it is when you want built in testing.
Count me among the fans of Adam Freeman's writing. Anyone who appreciates beautiful well-structured code should appreciate the equivalent in a book. So Adam's work tends to get great reviews with programmers who value sequence, structure and clarity. He is also one of the more prolific software authors, with books on a range of subjects. No one knows how he manages that. Human cloning is suspected.
Some have asked about differences between the earlier MVC3 edition and the new MVC4 book. Adam was kind enough to clarify in a brief note, and I'll try to paraphrase and add my own comments:
A lot of the previous MVC3 edition has been rewritten but you may not notice that until you're progressing into more technical details. The intro and background sections have not been heavily edited (my own observation).
The MVC4 edition does not appear much shorter, but the page count has been trimmed a bit. When I inquired about this, it was explained that some security issues that needed to be covered explicitly in MVC3 are now covered by the validation features in MVC4, so no longer necessary. Also the jQuery section was deemed too short to be useful, and the intent is to cover this more completely elsewhere (including Adam's current jQuery book and another effort--no spoiler alerts for now). Anyone working with Ajax will be interested to know that functionality is now covered well enough by MVC 4 helper methods that it's not necessary to write jQuery code for this either.
IIS deployment has been changed to Azure, which is one of my own interests. So thumbs up here.
The MVC4 book now uses the 2012 free version of Visual Studio, with resulting gains in various areas but primarily in use of "LocalDB" which simplifies database access.
Download Link 1