I love ASP.Net MVC – It has made web development fun. It also introduced new pitfalls…
Microsoft MVP Simone Chiaretta has fathered 12 ASP.NET MVC Best Practices worth reading.
In particular I find the these items interesting:
- “DomainModel != ViewModel” with the ASP.NET MVC View Model Patterns
- “Pay attention to the Verbs” with the PRG Pattern (Post-Redirect-Get)