Browse by Tags

All Tags » Generics (RSS)

Some Specifics on Generics

Generics are the most significant language addition to .NET 2.0. They allow for code re-use in ways not previously available and make it much easier to write type-safe, better performing code. That is, they help you turn runtime exceptions into compile...
Posted by windsor | with no comments