I forgot to mention in my last post, about Generics, that Sahil Malik helped me out with the solution. Between the two of us we figured out why parameterized constructors are not allowed when creating new instances of generic types. I would have edited my initial post, but the formatting in my blog that displays [...]
Archive for May 26th, 2005
Oops
Posted in Everything, Software Development, tagged C#, Code on May 26, 2005 | Leave a Comment »
C# Generics
Posted in Everything, Software Development, tagged C#, Code on May 26, 2005 | 2 Comments »
I’ve been playing around with generics in C# today. Simply put, generics are akin to templates in C++, only much better. My aim in this post is not to explain the in’s and out’s of generics, in the new 2.0 version of the .NET Framework but to highlight some key points of interest. For a [...]
