Fluent NHibernate: How to Create Bidirectional Many-to-Many Relationships with Additional Attributes on Relationship Table
Suppose you have a relationship that looks like this in your database:
This is a common use-case. In this instance, I wanted to be able to create a table which would log all of the times an indivi...