Hi,
please suggest what are data structures in terms of .net.
i want to know data structures in .net.and wat are the advantages using those in .net.
please suggest.
Regards,
Balu reddy
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Jignesh TrivediPosted Mar 5, 2012, 2:57 AM
Data Structure give us better idea how the data store in system so with the help we can improve perfomance.
Data Structure gives diffrent level of organization of data.
Data Structure tells how to data can be stored and accessed at elementary level.
Please refer below link good aricel on Data structure.
http://msdn.microsoft.com/en-us/library/aa289148%28v=vs.71%29.aspx
also refer
http://msdn.microsoft.com/en-us/library/ms379570%28v=vs.80%29.aspx
hope this help.
SenthilkumarPosted Mar 5, 2012, 12:19 AM
The System.Collection namespace supports most of the data structures like
Stack
Queue
LinkedList
ArrayList
HashTable, etc..,
You can get more information with an example in the following namespace.
http://msdn.microsoft.com/en-us/library/system.collections.aspx