-
Relational Database Persistence with NHibernate, Part 2
Last updated: Friday, December 5, 2025
Published in: CODE Magazine: 2009 - July/August
Chad Myers explains how to persist object relationships with NHibernate, focusing on one-to-many collection mapping (bag/set/list/etc.), bi-directional associations, lazy loading, cascading options, and performance optimizations (batching, ordering, filtering); he shows practical mapping and code patterns, warns about lazy-loading pitfalls, and points to advanced topics and Fluent NHibernate for smoother mappings.
-
Relational Database Persistence with NHibernate, Part 1
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2009 - May/June
Take advantage of the best relational databases and object-oriented design have to offer without compromising either.Using an object/relational mapping framework like NHibernate, you can significantly reduce the amount of code you write (and therefore potential bugs) for performing standard operations against your database and save the heavy ADO.NET coding for the complicated scenarios.
-
NHibernate Succinctly
Last updated: Wednesday, February 20, 2019
Published in: Book Excerpts, Newsletters
Master a powerful and flexible ORM with support for database engines including Microsoft SQL, Oracle, MySQL, and more.

