Tagged Questions

11
votes
1answer
946 views

Convention over configuration in ASP.NET MVC

I am relatively new to ASP.NET MVC, and am very impressed with the clarity of the platform so far. However, there is one aspect that I find uncomfortable. At first, I accepted the fact that when I ...
8
votes
1answer
23 views

Static Checking for Framework Conventions

Is there a product/project that would allow you to define conventions for say an MVC Project to statically check for naming conventions like Controller being appended on the end of classes that ...
3
votes
2answers
143 views

Convention Over Configuration - Is this a proper scenario?

I have some Result classes that represent flat results in an object oriented fashion. The flat result comes in as a text stream, and a Formatter formats the flat results into the properties of the ...