Archive for mvc
You are viewing the archive for mvc. If you would like to contribute, please send an email to [email protected].
-
Onion-izing your Multi-tier Architecture
Sunday, August 31, 2014Read MoreThe Onion architecture aims at emphasizing the importance of separation of concerns throughout the system where layers are only dependent on layers more central layers within the architecture.
-
MVC Umbraco
Saturday, February 23, 2013Read MoreExtending Umbraco CMS onto our ASP.NET MVC websites proved to be one of the major turning points in our web development process. Here's how we did it...
-
Multi-Tier Architectures
Saturday, December 15, 2012Read MoreSplitting the code into a number of tiers can be beneficial in many ways especially when it comes to maintainability, scalability and flexibility