Quantcast
Viewing all articles
Browse latest Browse all 5

Creating a type-safe list by using a generic collection in C#

Safe types are the key to creating code which is easy to maintain. The language and the framework find most of the bugs during compilation (and not run-time after the product has been delivered). In versions previous to .NET 2.0 almost all of the collections were an object of type System.Object and because everything derives [...]

Viewing all articles
Browse latest Browse all 5

Trending Articles