A collection stores group of elements. Using collection we can perform different operations on elements like "Storing data,updating the data, delete the data,retrieve data, search and sort".
We can store data in array or collection. Collection has more advantages than array.
Array has limited size to store the elements but collection size get grow dynamically.
It is not possible to insert now value in the array as it as fixed size.
It is possible in collections.
Names space:
System.Collections
Some list of collections available with System.Collections:
ArrayList
List
Dictionary
Hashtable
Stack
Queue
Queue




SQL Server
C#.Net
ASP.Net
ADO.Net
jQuery
No comments:
Post a Comment