Generics
I want Generics clear Description with Example.thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 25, 2008, 9:28 AM
Parametric Polymorphism is a well-established programming language feature. Generics offers this feature to C#. The best way to understand generics is to study some C# code that would benefit from generics.
This articles comes in series with my last article - Limitations in ArrayLists. In this article, I specifically talk about Generics and how they improve upon arraylists and how they solve the issues posed by ArrayLists.
Generics are new addition to C# 2.0. This article provides the use of generics and scenarios in which it will be useful.
Generics are the most useful C# 2.0 language extensions, beside Anonymous methods, Iterators, Partial types And Nullable types.
In a two part series I will explain new features introduces in C# language version 2.0. In this article I will talk about generics.
In this article, I discuss new features added to C# 2.0.
This article discusses some features of ArrayLists and there shortcomings/limitations.
This article provides the use of Generics and scenarios in which it will be useful.
In this article we will see how we can use generics in C#, we have read this concept as templates in C++.
There is a reality; most of the developers confuse about C# Generics. Actually, there is no reason for that. If your background