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! :-)

1 Comment

Comments have been disabled for this content.