Tuesday, May 25, 2004

15 Seconds : Generics In-Depth

15 Seconds : Generics In-Depth

"Introduction

One of the most talked-about features of the next version of the .NET Framework is generics capability. The funny thing is that although generics are extremely useful, they also seem to have a certain mystique about them that cannot be readily explained. Perhaps the fact that VB never supported anything like them, C++ did (templates), and that the C# team seems to have led the way in pushing the addition of this feature has led to the perception that they are an advanced feature that only the elite can understand.

This author hopes to dispel, as much as possible, that aura of mystery by digging into generic support in .NET v2 and showing just how easy it can be used and how useful it can be in many common situations."

Nice article...

No comments: