Developer tips: ASP.NET MVC application development best practices
Posted: (EET/GMT+2)
I was preparing some ASP.NET MVC training material today, and wanted to check out what are the latest recommended best practices for the newest MVC versions. I ran across three interesting blog posts here and there talking on this same topic, and wanted to share the links.
Here you go:
- 10 Good Practices for ASP.NET MVC Apps (2014)
- Best Practices for ASP.NET MVC (2010)
- 12 ASP.NET MVC Best Practices (2009)
All these three lists are different, but talk mainly on similar things.
Recommended reading!