Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / collections

Collections

collections

Great Reads

by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by rtybase
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.
by honey the codewitch
A circular buffer implementing IList

Latest Articles

by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by rtybase
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.
by honey the codewitch
A circular buffer implementing IList

All Articles

Sort by Score

collections 

by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Pavel Bashkardin
Represents a C# generic implementation of the NameValueCollection
by David Serrano Martínez
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification
by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by ASP.NET Community
When you Try this on Asp.net 2.0 WebSite:http://www.YouWebsite/default.aspx?__VIEWSTATE=COUCOU!You will have something like that:Server Error in '/'
by pinx
List subclass for limited number of items and fast search.
by Gerardo Recinto
In-memory B-Tree sorted dictionary
by Arthur Minduca
How to choose the right data structure for a collection of elements
by john morrison leon
Class method emulation for plain arrays plus unified handling of plain arrays, std::arrays and std::vectors
by GravityPhazer
This article demonstrates how you can simply enumerate any generic tree depth-first as well as breadth-first using the described construct. Trees can be serialized binary (using the BinaryFormatter), custom binary and as XML.
by ASP.NET Community
Few days back I came across a problem on asp.net site wherein a user wanted to get information about controls of a Page from a different page.
by ASP.NET Community
Getting started with MongoDBMongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will
by Rene Bustos
WCF WebService IN VB.NET Response JSON
by _groo_
An interface not present in .NET BCL, IIndexable exposes methods for iterating and indexing a read-only collection.
by ireland94
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
by honey the codewitch
Make your code more efficient by hacking your compiler to improve its optimization capabilities
by lampiclobe
A multi dimensional array class with the advance of negative indexes. Used like a[-2, -5, 3] with any dimensions.
by George Tryfonas
An ObservableCollection wrapper for an array which notifies the observer about changes to its underlying array
by ASP.NET Community
The PlaceHolder control can be used as a container control within a document to dynamically load other controls. The PlaceHolder control has no
by honey the codewitch
Implementing full list support over custom data structures in .NET
by ASP.NET Community
The Table class allows you to build an HTML table and specify its characteristics. A table can be built at design time with static content, but the
by ASP.NET Community
ASP.net offers a built-in functionality for tracing theapplication. Using this functionality one can view a lot ofdiagnostic
by ASP.NET Community
A ValidationSummary control is displayed when the IsValid property of the page is false. It "polls" each of the validation controls on the page and