Archive for September, 2006

(not?) Ranting about .NET collections…

The .NET collections continually frustrate me with the obvious ommisions, even in .NET 2.0. Coming from a Java / Lisp background, I really expect two things out of a data structures API:

Lots of collections to choose from.
and; Easy manipulation of the structures you have available.

.NET doesn’t […]