ASP.NET MVC Best Practices
Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means this post is outdated for newer version of .NET
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)
Comments