As you know generics were only introduced to the .NET Framework in version 2.0. Originally we had a lot of collections in the System.Collections namespace that can store objects. In version 2.0 we added the System.Collections.Generic namespace to support generic collections that can store any specific type. If
Similar Posts
Generics were of one of main new features in .NET 2.0 languages. In .NET 1.x developers had to use System.Collections non-Generic collections to save their
In a post to the WPF forum, Zhou Yong had the idea to use a MarkupExtension to make it possible to create a generic dictionary (Dictionary) from Xaml.
I've been playing over Xmas with exposing arbitrary data from an ADO.NET Data Service and I wanted to try and write it up here although I don't have it
Caching the Stored Procedure Parameters Discovered Using SqlCommandBuilder.DeriveParameters by David Hayden ( Florida .NET Developer ) Filed ADO.NET Tutorials