Wednesday, February 03, 2010

S#arp Architecture

Pronounced "Sharp Architecture," this is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in using any architectural framework is to decrease the code one has to write while increasing the quality of the end product. A framework should enable developers to spend little time on infrastructure details while allowing them to focus their attentions on the domain and user experience. Accordingly, S#arp Architecture adheres to the following key principles:

   * Focused on Domain Driven Design
   * Loosely coupled
   * Preconfigured Infrastructure
   * Open Ended Presentation

Read more: Sharp Architecture

Posted via email from jasper22's posterous