In my database I\'ve got Users and UserGroups which have a many-to-many relation. The User has a set of UserGroup, the UserGroup domain object does not see the User.
What type of collection would be best in C# to implement the following requirements do you think? Need to model web file (e.g. class = \"webfile\"), so one class only preferred
I know this has been asked and answereda number of times, but I have two classes that are many-to-many. I\'ve reciprocal mapped them using bags. Here is the NHibernate Mapping: