Tag Archives: nHibernate

How to use NHibernate Lazy Initializing Proxies with Web Services or WCF

Working with object trees is risky business when combined with remoting. Object trees often have very deep branches and circular references that will clog your pipes and overflow your stack when not handled properly. NHibernate has addressed this same problem in the object-relational space with a very cool feature called lazy initialization, implemented using the… Read More »

nHibernate in the Enterprise

I just recently received this response regarding the use of nHibernate within the division of the company I am working with: … [nHibernate] has alot of promise I think but [coorporate] doesn’t consider it “stable” yet … Are you kidding me? Where do these guys get their information? I guess the Microsoft Entity Framework is… Read More »