You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using future queries is a nice easy way to improve data access performance.
It would be great if there was an overload for NHibernateUtil.Initialize() that accepted multiple proxy objects at once which would then load the data as future queries using one round trip to the db.