Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Learn the pros and cons of working with SortedLists in VB.NET
- If you need to maintain a collection of objects that is sorted every time an item is added or removed, consider using VB.NET's SortedLists. In this tip, Irina Medvinskaya outlines the advantages and disadvantages of using a SortedList. SortedLists come in handy when developers need to maintain a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, SortedList, Visual Basic Tips Newsletter, TechRepublic Inc., Object, SortedLists, SortedList System.Collections.SortedList, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-09-07
Additional Resources
- Learn the pros and cons of working with SortedLists in VB.NET
- It would be nice to know how it's implementedIt would be nice if we knew how the "array" of keys is implemented in this class (really an array, a hash-table, a linked list, a tree?) Also I hope it's not actually "sorted" after each insertion/deletion, but rather there should...
- Tags: SortedList, vb.net, performance, sort, ChuckSomerville, programming, Microsoft Visual Basic.Net
- Discussion threads 2006-09-12
- Getting to know the .NET collections
- If looking for a collection object in .NET has left you scratching your head, you aren't alone. Get your bearings with a guided tour of the System.Collections namespace.Collections provide a way to store arbitrary objects in a structured fashion, and we all know how useful they are in everyday programming....
- Tags: .NET, OOA/OOD/OOP, Lamont Adams, System.Collections namespace, Microsoft .NET
- Technical articles 2002-05-13
- << Previous
- page 1 of 1
- Next >>