Can we make use of the Sharp Architecture in a web application, without MVC?
I am a newbie to NHibernate. Just was thinki开发者_开发百科ng whether we can make use of the Sharp Architecture in a web application, without MVC?
Thanks.
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.
精彩评论