.Net Generics


Let's talk about .Net Generics, what exactly is Generics in .Net. Generics was first introduced in .Net Framework 2.0.

What is Generics?

"Generics allows you to to create type safe class without committing to the actual class" say that again?

It only means that you may create a class that can be used with different types.

Comments

Popular posts from this blog

Serializing JSON string to ExpandoObject

XML to ExpandoObject using Recursion in C#

Automatically Discover and Assign Parameter with Values to a Stored Procedure Call in C#