A Framework for MVC and NHibernate - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T08:12:26Zhttp://stackoverflow.com/feeds/question/844534http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/844534/a-framework-for-mvc-and-nhibernate2A Framework for MVC and NHibernatePaul Knopf2009-05-10T02:09:26Z2009-05-10T02:35:28Z
<p>I was currently looking at S#arp Architecture. It seems to be still too young to develop anything on top of it.</p>
<p>Is there any alternative to S#arp that include support for NHibernate (fluent a plus), testing and MVC?</p>
http://stackoverflow.com/questions/844534/a-framework-for-mvc-and-nhibernate/844566#8445661Answer by CodeToGlory for A Framework for MVC and NHibernateCodeToGlory2009-05-10T02:35:28Z2009-05-10T02:35:28Z<p>I would strongly advice you to just pick up ASP.NET MVC and use fluent nhibernate as your repository. Though Sharp architecture is pretty cool as well.</p>