Thursday, February 14, 2013

MVC - Designing the "Model" part of MVC

Yesterday I found myself struggling with the idea of how to implement the Model part of an MVC application in an organized and maintainable way. While googling my way I came across with this two articles that I've found very interesting, and have helped me to clear my thoughts a bit:

http://geekswithblogs.net/michelotti/archive/2009/10/25/asp.net-mvc-view-model-patterns.aspx
http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/

Tuesday, February 12, 2013

Best practices for ASP.NET MVC

A must read if you are developing with MVC, from the ASP.NET and Web Tools Developer Content Team blog.

Best Practices for ASP.NET MVC:
http://blogs.msdn.com/b/aspnetue/archive/2010/09/17/second_2d00_post.aspx