Articles tagged C# .NET 3 generics linq

25 February 2008
25 February 2008

.NET Collection Management with C# 3.0

0
109
Generics in C#, enable you to define classes, interfaces, delegates or methods with placeholders for parameterized types used within. This allows you to define classes that use a generic type, and define the type at the time of instantiation or method calls. This makes your code strongly typed, but makes maintenance easier. Prasanna describes the improvements in .NET v3.5 … Read more