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 [...]
↧