Wintellect  

December 2004 - Posts

Thanks to a comment by J. Marsch, I added a new method to Algorithms today: GetIdentityComparer(). This method returns an IComparer that compares objects for equality by always using object identity. In other words, this comparer will say that two objects Read More...
Microsoft and ECMA have now decided that generics will be a CLS-compliant construct in Whidbey. More information here. Read More...
When I made the drop a few days ago I accidentally uploaded the drop to the wrong directory, which meant that the old version stayed around. Of course I didn't bother to test download it (dumb!). I've fixed it now, so the correct drop should now be available Read More...
A new drop of Power Collections is now available here . The documentation is available as a .chm in the download, or you can just browse the documentation here . The big addition in this drop is that coding on the Algorithms class is complete. This is Read More...
In the October tech preview of Visual C#, there was an interesting change to the definition of Systems.Collections.Generic.IEnumerable<T> -- the generic interface for enumeration. Now, it inherits from the non-generic interface, System.Collections.IEnumerable. Read More...