Archive for the ‘Uncategorized’ Category

Review of Steven Sanderson’s Pro ASP.NET MVC Framework book published by APress

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 [...]

Continue reading »

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 [...]

Continue reading »