views:

42

answers:

1

Hi,

I am a newbie to NHibernate. Just was thinking whether we can make use of the Sharp Architecture in a web application, without MVC?

Thanks.

+3  A: 

Yes - you can use the repository/entity pattern without MVC. We use Sharp in an MVC application as well as a counter part desktop application.

Just reference Sharp.Core and Sharp.Data.

Michael Shimmins
Thanks a lot. Let me give a try.
sjjoshi