Wednesday, December 03, 2003 8:57 PM Jan Tielens

More on Generics in .NET

Last week, I blogged about my experiences with generics in C# and VB.NET. The focus was on applying multiple constraints for which the syntax in C# was well documented. But the syntax in VB.NET was not that easy to find, but I “discovered” it after a little bit of searching. Anyway read more about this topic here.

In the meanwhile Wim Uyttersprot (U2U), has published an article about generics on the MSDN Belux site: Generics in .NET - Part I. This article gives not only a nice view on generics, but also goes down to the IL; recommended reading if you're intrested in generics. Since this is Part I, I'm already looking forward to your next article Wim! :-)

Comments

# re: More on Generics in .NET

Wednesday, December 03, 2003 9:41 PM by Maxim V. Karpov

Jan,
Thanks for the refernce to the article. It does contains wealth of information.

Maxim