Using a nHibernate wrapper with fluent nHibernate
- by alex
Is it possible to use something like this wrapper with fluent configuration?
http://jeffreypalermo.com/blog/use-this-nhibernate-wrapper-to-keep-your-repository-classes-simple/
If so, where would I add the fluent config?
Also, would this be suited to use in both asp.net and windows applications?
I'm planning to use the repository pattern, using…