What r collections c sharp?

Answer Posted / nagarjunareddy.s

collection classes in c#.net is data structors this data
structors are hold the data in diffrent way for flexible
operations
this collection classes are derived from i collection and i
list ,ienumerable,idictionary interfaces..
in .net version 1.0 having different type of collection classes
this are all defined with in system.collection namespaces
main imp classes
array list,hash table,stack,queue
in the above collection classes support diff way to data
storing and retrieving
in .net 2.0 having different type of collection classes this
classes are define under system.collection.generic namespce
imp classes
list --this is corresponding to array list
dictionay--this is corresponding to hashtable
stack nad heap --this are corresponding to same stack and
heap collection classes in the system.collection namespace

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between string and stringbuilder in c#?

467


What is using in c#?

463


What is type system in c#?

512


Why are strings in c# immutable?

491


What is collection of classes in c#?

504






What is a helper method in c#?

473


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

544


What is the default value of singleordefault?

486


What is strong data type in c#?

478


Perfect Example Of While And Do-While Loop In C#.Net ?

560


Where are value types stored in c#?

513


What is the use of console application in c#?

466


State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?

481


What is lazy t?

502


What are assemblies?

537