Tag Archives: lazy initialization

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, help implemented using… Read More »