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
What is readline library?
What is the difference between an application domain and a process?
How do I do a case-insensitive string comparison?
Who benefits from ajax?
What are the advantages of generics in c#?
Is versioning applicable to private assemblies?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What are the types of constructors?
To create a localized application which namespaces are necessary?
What is reflection in c#?
What is function c#?
Can abstract class be instantiated c#?
What is concrete method in c#?
What is difference between singleordefault and firstordefault?
How do I create a dbml file?