A set is a collection in which no item can occur more than once. A bag is a collection in which the same item can appear more than once. Apparently bags are a big inefficient, eg with many-to-many relationships where nhibernate will apparently re-create
Read More...