Monday, May 09, 2005 4:49 PM
pgolde
Beta 2 drop is now available
I've finally completed a drop of Power Collections for Visual Studio 2005 Beta 2. The download is available here, and the documentation can be browsed here. Sorry this took so long to get posted; I was delayed first by the IList problem with arrays, then by some technical problems with the Wintellect FTP server.
This drop has all the changes needed to work with Beta 2. All of the algorithms that want to change IList<T> contents have been updated to special case arrays to still work, either internally or through overloads.
Additionally, the MultiCollections have been updated to implement IDictionary<TKey, ICollection<TValue>> instead of IDictionary<TKey, IEnumerable<TValue>>. This was a suggestion I received through the comments on this weblog, and it made these collections significantly better.
Please give it a try and let me know what you think!