Wintellect  

April 2005 - Posts

As I was updating Power Collections to use Beta 2, I found an somewhat unfortunate change that had been made since Beta 1. Arrays in .NET have always implemented the IList interface, so you have always been able to convert an int[], say, to an IList, Read More...
Visual Studio Beta 2 and Visual C# Express Beta 2 are finally available . I'm downloading and installing now, and will be posting an updated Power Collections as soon as I am able. Read More...
I got a lot of great feedback on ToString and how it should work on collections. Based on that feedback, I've modified my implementation some and made it significantly better, I think: 1) Several people raised concerns that having ToString return a representation Read More...
Sorry that the project has been so slow the last two months, but it is has not come to a complete stop. There's been some good discussion in the forums ; I'll be working on replying to more of the posts over the next two days. Today I've posted a new Read More...