Saturday, January 5, 2013

Book: Professional ASP.NET MVC 4

I have read this very nice book for MVC 4. I want to share the contents of the book with you.

Authors:
Jon Galloway (Author), Phil Haack (Author), Brad Wilson (Author), K. Scott Allen (Author)

Chapters:
CHAPTER 1 Getting Started -------------------------------------------------------------------------- 1
CHAPTER 2 Controllers ----------------------------------------------------------------------------- 31
CHAPTER 3 Views ----------------------------------------------------------------------------------- 47
CHAPTER 4 Models ---------------------------------------------------------------------------------- 71
CHAPTER 5 Forms and HTML Helpers ----------------------------------------------------------- 95
CHAPTER 6 Data Annotations and Validation --------------------------------------------------- 119
CHAPTER 7 Membership, Authorization, and Security ---------------------------------------- 137
CHAPTER 8 Ajax ------------------------------------------------------------------------------------ 189
CHAPTER 9 Routing --------------------------------------------------------------------------------- 221
CHAPTER 10 NuGet --------------------------------------------------------------------------------- 249
CHAPTER 11 ASP.NET Web API ------------------------------------------------------------------ 279
CHAPTER 12 Dependency Injection --------------------------------------------------------------- 297
CHAPTER 13 Unit Testing --------------------------------------------------------------------------- 341
CHAPTER 14 Extending MVC ---------------------------------------------------------------------- 365
CHAPTER 15 Advanced Topics --------------------------------------------------------------------- 365
CHAPTER 16 Real-World ASP.NET MVC: Building the NuGet.org Website ---------------- 423



I think this book covers all the basics of ASP.Net MVC 4 right from the start explaining MVC pattern and then discussing the advanced topics. A chapter for Web API is also included which is the new technique for replacing Web Services and it could be used with both the web and desktop applications. I hope you will surely learn a lot if you are a beginner.



No comments:

Post a Comment