IntroductionIn development of a sizable software product there are a number of aspects to consider: overall architecture, physical layout, object lifetime management, maintainability, performance, design (anti-)patterns and the list goes on. Development can start from a clean slate and add all the above aspects one by one or start of with a template that addresses some of these items. But, alas such template does not exist and the ones that are available tend to focus on one of two of these aspects and take shortcuts in the others. In this article we will explorer a more complete example and provide a more robust framework that can be adapted to meet further needs.
See more at: http://www.codeproject.com/Articles/464158/Robust-MVC |