Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NHibernate's lazy functionality is a good way of postpone loading retrieval of an object and therefore increase performance. However there are a few caveats one should be aware of:

...