votes
when do you use a ISet and IList in nhibernate mapping collections?
I am a little confused, just looking at some sample code I noticed at times they use ISet<Entity> and other times I see IList<Entity>. What is the difference between the two collection types in nhibernate?
