One-To-Many Relationships with Fluent NHibernate

How to handle parent-child relationships in .NET with Fluent Migrator’s fluent interface

Manfred Lange
Level Up Coding
Published in
8 min readJan 6, 2021

--

In this article:

  • Adding a test
  • Extending the domain model
  • Updating the object-relational mapping code
  • Resolving common NHibernate and database exceptions
  • Lazy Loading
  • Simplifying mapping code by using conventions

--

--