Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all ,
I am using vb.net 2010 and want to know how to Save , edit , delete in my
Collection . Can any one help me or teach. Thank
Posted
Comments
Sergey Alexandrovich Kryukov 7-Feb-12 22:02pm    
Not a question.
--SA

1 solution

"I want to know"… It wasn't a question at all.

If you want to know, know it.

See:

First of all, this: http://msdn.microsoft.com/en-us/library/0sbxh9x2.aspx[^].

Everything else is used more rarely.

Sometimes this: http://msdn.microsoft.com/en-us/library/system.collections.specialized.aspx[^].

Or this: http://msdn.microsoft.com/en-us/library/system.collections.concurrent.aspx[^].

Legacy non-generic collection should be best avoided in new development: http://msdn.microsoft.com/en-us/library/system.collections.aspx[^].

These MSDN articles and the articles referenced there is more then enough.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900