A Framework for MVC and NHibernate - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T08:12:26Z http://stackoverflow.com/feeds/question/844534 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/844534/a-framework-for-mvc-and-nhibernate 2 A Framework for MVC and NHibernate Paul Knopf 2009-05-10T02:09:26Z 2009-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#844566 1 Answer by CodeToGlory for A Framework for MVC and NHibernate CodeToGlory 2009-05-10T02:35:28Z 2009-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>