Community

Implementing resource oriented controllers in ASP.NET MVC

(Pablo M. Cibraro) One common problem with the naming convention and default routing mechanism in ASP.NET MVC is that we tend to group actions in a controller for sharing an URL space. This basically leads to complex controllers with a lot of unrelated methods that break the SOLID principles.

Read More - Register for Free Membership