I put some of my LLBLGen objects into a generics collection that implements IDictionary for quick key access lookup. I was just thinking that it would be nice if EntityCollection implemented IDictionary or, if you could request from LLBLGen that your collection of entity objects be returned in type of collection that you choose, ie. IList, IBindingList, and/or IDictionary. Not sure if generics makes this possible.
Just a thought.
I am totally enjoying the use of Version 1.2005 and look forward to seeing what Version 2 will offer.
Thanks.
Can1