Introduction:
In this article,i am going to explain about how to use and perform generic collections in asp.net 2.0 applications.
Main:
Generics provide many of the benefits of strongly typed collections, but they can work with any type that meets the requirements.
using generics can improve performance by reducing the number of casting operations required,
List
Dictionary
Queue
Stack
SortedList
Collection
ReadOnlyCollection
see the below simple examble,
In this examble,i am going to try to populate data’s into listbox using generics,
visit main article,
http://aspdotnetcodesonline.com/asp-net/usingdevelopingperformingunderstanding-generics-collections-in-asp-net-2-0-c-casting-data-structures/
Conclusion:
Hope this helps,
Happy coding.
Regards for sharing Using/Developing/Performing/UnderStanding Generics Collections in Asp.Net 2.0 C# Casting Data Structures with us keep update bro love your article about Using/Developing/Performing/UnderStanding Generics Collections in Asp.Net 2.0 C# Casting Data Structures .