Enhance coding best practices and add notifications to your MVC controllers and models.
Out of the box, Microsoft provides a tremendous amount of information, and supporting material to get started working with MVC Routing, Controllers, Models and Views. No doubt these are important to know first, however very little consistent guidance is provided for how to build models that can be used to properly separate concerns while being the conduit to transfer data from controller to view.
FatModel fills this gap for both those web developers that are new to ASP.Net MVC, as well as for more seasoned developers that want a consistent methodology to develop web based applications. Even if you have years of experience with Microsoft software, tools and application development, there is always something new that can be learned.
The FatModel framework provides intuitive and unobtrusive base classes and interfaces for models and controllers that facilitate consistent sub classing and usage of MVC Models. Included is a solid set of best practices for MVC, which can be used with FatModel, or used independently with any ASP.Net application.
Amazing Fact This website was written with FatModel