Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coding standards for MVC - Are they any official ones?

Tags:

asp.net-mvc

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 right 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.

like image 936
Maricel Avatar asked Jul 10 '11 05:07

Maricel


People also ask

Are coding standards necessary?

Coding standards are important for software developers for several reasons: 40% - 80% of the total cost of software is spent on its maintenance. Software is almost never fully supported by its original author. Coding standards improve software readability by allowing developers to understand new code faster and better.


1 Answers

Best Practices for ASP.NET MVC

ASP.NET MVC 3 Code Examples from MSDN

Also, check out PluralSight's free training.

like image 195
Mitch Wheat Avatar answered Oct 01 '22 08:10

Mitch Wheat