Tagged Questions
1
vote
1answer
154 views
How do the examples in ASP.NET MVC in Action avoid specifying the proxyfactory.factory_class when using NHibernate 2.1
I realize that NHibernate 2.1 removed its dependency on the Castle Project. In fact, Joshua Ewer did a great post summarizing the necessity of a proxy factory for an NHibernate implementation.
...