I am in search of a tutorial which leads through the setup of Fluent Nhibernate in an asp.net mvc web application... Any good tutorial....
1 Answer
Have a look at http://www.fluentnhibernate.org/ their official site. :)
2 Comments
isuruceanu
Other tutorial on dimecasts.net/Casts/ByTag/FluentNhibernate, it do not depend on .net mvc or other. All you need is to create an AutoPersistenceModelGenerator class
Yehuda Shapira
Still doesn't answer the question. Though NHibernate does not depend on MVC, one still needs to know how to use an AutoPersistenceModelGenerator class.