Coding standards for MVC - Are they any official ones?
Can anyone tell me if there are any coding standards for MVC things like Controller Names, View Names? I just started building a web site and I would like to do it the righ开发者_Go百科t way from the start.
Also looking for a really good example application that I could maybe learn from. I already saw Nerd Dinner. Is there some other sample applications that you could recommend me to look at?
Hope someone can tell me.
Best Practices for ASP.NET MVC
ASP.NET MVC 3 Code Examples from MSDN
Also, check out PluralSight's free training.
If you have access to the latest version of Visual Studio (even the express edition) it should help you by providing templates that use the conventional names.
精彩评论