|
by Keyvan Nayyeri via Keyvan Nayyeri on 9/29/2008 6:37:44 PM
Working with collection types is a common task in modern software development and as a widespread development platform, .NET Framework is coming with a very rich set of collection types and features varying from traditional types such as arrays or ArrayList to modern generic types and very helpful extension methods that are offered for them in .NET 3.5. As we move forward, we feel the necessity of having the capability to apply some operations like sort and search more than the past and accompl
... [ read more ]
|