Here’s the punchline for those who don’t like to read long reviews: This book is a must read for anyone BEFORE getting started with the ASP.NET MVC Framework. It’s well written, well edited and covers everything from the basics all the way up to security and deployment. Finally, the point that sets this book apart [...]
Archive for the ‘Uncategorized’ Category
19 Sep
Suggested solution structure for ASP.NET MVC
Working with ASP.NET MVC, I’ve come up with a solution structure that works well for most projects. I’ve also included a reasoning for my choices, instead of just telling you how I’ve arranged my projects within the solution. One of the major design goals for MVC is a strict separation of concerns. Your solution structure [...]