Greetings,
First a question. If I have a collection that I'm populating multipal times through a series of steps and at each step I use .AddRange, what happens if one of the entities in the 'range' is already represented in the target collection? Will a duplicate be added?
If not, cool.
If it will, any suggestions on implementing an .AddRangeUnique method?
Thanks All,
Ed