0

Adding features/functionality to ASP.Net MVC 3

Out of the box ASP MVC is a good framework, although in my opinion lacking quite a lot of functionality. That isn’t a problem though as one of the greatest features of ASP MVC is how easily extensible it is. I’ve been working on my own framework, AutoMvc, to extend ASP MVC. This article will go over some of the additions I have made.

… Continue Reading