¿Qué tal? Hablando de Generics… Hacía tiempo que prometí poner un post sobre generics. Quisiera empezar por dar una introducción rápida al concepto de generics. Generics que en español quiere decir Genérico, y a eso se refiere el concepto; a tipos genéricos. Generics se aplica a tres de los cinco tipos...
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-time errors while making your application run faster...