12 ASP.NET MVC Best Practices
Posted by: Code Climber,
on 27 Oct 2009 |
View original | Bookmarked: 1 time(s)
Last week I held two presentations about ASP.NET MVC for the new-born DotNetRomaCeSt user group in Rome. And one of them was about what I consider to be ASP.NET MVC Best Practices. The presentation was in Italian so I decided to translate my slide in English so that everybody can read them. Controllers best practices 1 Delete the AccountController You will never use it and its a super-bad practice to keep demo code in your applications. 2 Isolate Controllers from the outside World Dependencies...