Thursday, February 28, 2013

Chronic: "Programming ASP.NET MVC 4"

I recently read a new book: Programming ASP.NET MVC 4. This interesting book has been written by Jess Chadwick, Todd Snyder and Hrusikesh Panda and is about the latest ASP.NET MVC version (4).


Here is the list of the topics (by chapter) covered in this book:
  1. Fundamentals of ASP.NET MVC: The MVC Architecture, New in ASP.NET MVC 4, ...
  2. ASP.NET MVC for Web Forms Developers: More Differences than Similarities, ...
  3. Working with Data: Building a Form, Validating Data, ...
  4. Client-Side Development: Working with JavaScript, AJAX, Client-Side Validation, ...
  5. Web Application Architecture: Architecting a Web Application, Design Principles, ...
  6. Enhancing Your Site with AJAX: Partial Rendering, Sending Data to the Server, ...
  7. The ASP.NET Web API: Building a Data Service, Exception Handling, ...
  8. Advanced Data: Data Access Patterns, Building a Data Access Layer, ...
  9. Security: Building Secure Web Applications, Guarding Against Attacks, ...
  10. Mobile Web Development: Application Mobile Friendly, Adaptive Rendering, ...
  11. Parallel, Asynchronous, and Real-Time Data Operations: Asynchronous Controllers, ...
  12. Caching: Types of Caching, Server-Side Caching Techniques, Client-Side Caching Techniques, ...
  13. Client-Side Optimization Techniques: Anatomy of a Page, Best Practices, Measuring Client-Side Performance, ...
  14. Advanced Routing: URLs and SEO, Building Routes, Route Constraints, ...
  15. Reusable UI Components: What ASP.NET MVC Offers out of the Box, Unit Testing Razor Views, ...
  16. Logging: Error Handling in ASP.NET MVC, Logging and Tracing, ...
  17. Automated Testing: Levels of Automated Testing, What Is an Automated Test Project, Testing an ASP.NET MVC Application, ...
  18. Build Automation: Creating Build Scripts, Automating the Build, Continuous Integration, ...
  19. Deployment: What Needs to Be Deployed, Deploying to Internet Information Server, Deploying to Windows Azure, ...
And some appendixes: ASP.NET MVC and Web Forms Integration, Leveraging NuGet as a Platform, Appendix Best Practices, etc.

I enjoyed reading this book: as the title says, it's really about the Real World Web Applications. My knowledge of ASP.NET MVC was already advanced, but I had to rethink my expertise in architecture development, consider tight coupling of classes, etc.
I recommend this big book (500 pages...) to people who already know the basics of  ASP.NET MVC or to the ASP.NET Webform developers.

I will soon receive another book: Exploring CQRS and Event Sourcing: A journey into high scalability, availability, and maintainability with Windows Azure. Perhaps another small chronic to come ;-)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.