Sponsored White Papers, Webcasts, and Downloads
TechRepublic 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
- 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
- Code generators help you deliver high-quality code quickly
- By Mike GunderloyReduced to its essentials, the job of a contract developer is pretty simple: Produce high-quality code that meets your customers' needs in the shortest possible time. There are many tools that can help you attain this goal. Requirements-management, bug tracking, source code control, and automated testing tools, for...
- Tags: code generation tool, code generator, generation tool, Lark Group, Inc., Microsoft .NET, Microsoft Visual Studio.Net, tool
- Technical articles 2003-06-03
- CD Key Generator (zip)
- Keys can be exported to an encrypted file in addition to an Array, ArrayList, or SortedList in both VB .Net or C#. Encryption can also be performed in your application by including our Encryption DLL into your project.Generate random alpha, numeric, or both, CD keys for software distribution and registration....
- Tags: Software Distribution, CD, File, C#, Programming Languages, Software Development, Software/Web Development
- Software downloads 2007-07-30
- 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
- Application Development: Building collections in .NET
- By Phill MillerIf properly used, collections in .NET can be one of the most powerful tools in software development; however, they are often misunderstood and definitely underused. Nearly every software project has the need for a collection of something; for instance, data items, purchase orders, shipping items, tables, and users....
- Tags: .NET, Application servers, Software development, Middleware, Development tools, application development, Microsoft .NET, Crowe, Chizek and Company LLP
- Technical articles 2004-03-30
- Clearing the barriers to .NET for VB developers
- Despite the hurdles facing VB developers who are moving to the .NET platform, it's not only a possible transition, but a worthy one as well. Learn more about how to approach this migration to achieve the best results.Despite the hurdles facing VB developers who are moving to the .NET platform,...
- Tags: Microsoft development tools, Programming languages, .NET, Eric Lynn, barrier, Microsoft Visual Basic, Microsoft Visual Basic 6.0, developer, Microsoft .NET
- Technical articles 2002-12-20
- Take advantage of strongly typed collection classes in .NET
- The .NET Framework provides abstract classes you can use to create strongly typed collections for more efficient data management. We'll walk you through some code samples that show you how to better access the data layer.As readers of Builder.com know from Lamont Adams’ articles "Collective confusion: Using collections in .NET"...
- Tags: .NET, Middleware, Microsoft development tools, Databases, Daniel L. Fox, Microsoft .NET, collection class, Microsoft .NET Framework
- Technical articles 2002-10-25
- << Previous
- page 1 of 1
- Next >>