Using a nHibernate wrapper with fluent nHibernate
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-04-07T22:33:41Z
Indexed on
2010/04/07
22:43 UTC
Read the original article
Hit count: 368
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 this to create my nHibernate session?
© Stack Overflow or respective owner