views:

185

answers:

1

I was currently looking at S#arp Architecture. It seems to be still too young to develop anything on top of it.

Is there any alternative to S#arp that include support for NHibernate (fluent a plus), testing and MVC?

+1  A: 

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.

CodeToGlory
Could you say why you would recommend this approach over using somethin like sharp?
UpTheCreek