Nhibernate forces you to use an Iesi Set, instead of the net 4 ISet interface. In the following snippet of code I check whether an iesi set contains an item:
During bulk load of entities into a database, I have a scenario where an incoming entity relies on an existing entity in the database in order to compute a value. This dependency itself has a collecti
I\'m writting an ASP.NET MVC e-commerce app using NHibernate and I want the end-user to be able to control the ordering of Product Categories (not just have them appear alphebetically etc.).
A simple question re开发者_StackOverflowgarding how NHibernate works: I have a parent entity that has a collection of other child entities. Those child entities have a reference to the parent entity t
I am trying to map a domain model in NHibernate开发者_StackOverflow社区. The domain model is implemented with what I think is DDD style. The mapping works mostly but then when I try to use a collectio