Click here to Skip to main content
6,630,586 members and growing! (17,955 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Collections


General Programming » Collections
Language
Platform
Technology
Audience
Skill Level
Topic
Clear All

Contents

     

    ATL - Collections

    top
    Title / Updated Author Score  
    XML Serialization on a Collection of Multiple Types that are Unknown
    Updated: 22 Jan 2009  
    Shows how to do XML serialization on a collection of multiple types when the types are not known.
    C# (C# 1.0, C# 2.0, C# 3.0), XML, .NET, Architect, Dev
    Sike Mullivan 5.00
    What's in Your Collection? Part 1 of 3: Interfaces
    Updated: 13 Aug 2009  
    Learn about collections in C#. Part 1 focuses on interfaces provided in the System.Collections namespace.
    C# 1.0, C# 2.0, C# 3.0, .NET, Dev
    Jeremy Likness 4.84
    What's in Your Collection? Part 3 of 3: Custom Collections
    Updated: 22 Sep 2009  
    Understand collections, iterators, and the use of the yield statement to create powerful, custom collections in C#.
    C# 1.0, C# 2.0, C# 3.0, .NET, Architect, Dev
    Jeremy Likness 4.71
    ATL Collection Wizard
    Updated: 27 Aug 2000  
    ATL object wizard that creates a collection of other COM objects
    VC6, Windows, ATL, Dev
    David Peterson 4.59
    System.Collections.Generic.SynchronizedCollection – thread safe? - Unedited
    Updated: 1 May 2009  
    I’ve been spending time of late preparing a batch of posts on developing thread-safe software (some of which concern themselves with the difficulties of synchronisation) when I came across a BCL type I hadn’t seen before …. the rather enticingly named SynchronizedCollection.  It implements all th
    C#, Windows, .NET
    Richard Ashman 4.56
    A Concurrent Collection: a MultiMap Generic Collection Class in C# - Part 2
    Updated: 5 Jun 2009  
    MultiMap is similar to a .NET Dictionary collection type, but accepts duplicate Key,Value pairs during addition. The MultiMap collection is also a concurrent collection.
    C# 2.0, C# 3.0.NET 2.0, WinXP, Vista, .NET 3.0, .NET 3.5VS2005, VS2008, Dev
    Bharath K A 4.52
    What's in Your Collection? Part 2 of 3: Concrete
    Updated: 8 Sep 2009  
    The collection is a powerful construct that allows a developer to logically group related elements and navigate through them. In this article, we'll explore some concrete implementations of collections that are part of the base .NET framework.
    C# 1.0, C# 2.0, C# 3.0, .NET, Dev
    Jeremy Likness 4.50
    VList data structures in C#
    Updated: 2 Apr 2009  
    A family of array-like list structures that let you take fast snapshots at any instant in time.
    C# 2.0, .NET CF, .NET 2.0, Mono, .NET 3.0, .NET 3.5, Architect, Dev
    Qwertie 4.41
    A Generic Collection Class with a Failsafe and Bi-directional Enumerator
    Updated: 12 Jan 2009  
    A generic list/stack/queue with bi-directional and failsafe enumerator, recycled doubly linked list nodes, and wait-for-empty and wait-for-any methods.
    C# 2.0, Windows, .NET 2.0, Dev
    G.Franklin 4.33
    Set Collections for C#
    Updated: 3 Feb 2008  
    Describes a library of set collections I have written
    C# (C# 2.0), .NET (.NET 2.0), Dev
    Keith Barrett 4.29
    How To Sort Generic List?
    Updated: 12 Aug 2009  
    An article on sorting generic list based on any attribute of user defined class
    C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Win32
    Anand Malli 4.13
    String Tree Dictionary
    Updated: 23 Sep 2008  
    Good for decoding a stream of characters with a finite number of predefined tokens
    C# 2.0.NET 2.0, Dev
    Jacek Gajek 4.11
    KeyedList, Extending the KeyedCollection
    Updated: 25 Sep 2008  
    An attempt to offer an alternative to the generic KeyedCollection.
    C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Dev
    Rune Baess 4.11
    Custom Enumerators
    Updated: 30 Aug 2008  
    Modify the behaviour of any enumerator to make it circular, constrained or stepped. Also reversible enumerator.
    C#, Windows, Win Mobile, .NET CF, .NET, Mobile, Visual Studio, Architect, Dev, Design
    Jaime Olivares 4.00
    SortableDictionary
    Updated: 4 Apr 2009  
    An extension to the existing .NET Dictionary that allows sorting by key and by value
    C#, .NET
    dybs 4.00
    Circular Reference-proof ATL Object Collections
    Updated: 22 Sep 2003  
    Using ATL and STL to create collections of COM objects without circular references
    VC6, VC7, VC7.1, VB 6, Windows, ATL, STL, VS.NET2003, Dev
    Mick O'Neill 3.90
    Collection Wizard
    Updated: 6 Oct 2001  
    This program was written to make implementing a collection in ATL a snap
    VC6, VB 6, Windows, ATL, Dev
    frans 3.71
    Indexed Dictionary
    Updated: 4 Jul 2009  
    An article on a generic collection accessible both as a dictionary and as an indexed list.
    C# 2.0, Windows, .NET 2.0, Dev
    Asher Barak 3.71
    COM Collection
    Updated: 21 Feb 2002  
    COM collection similar to the Visual Basic's Collection object
    VC6Win2K, ATL, STL, Dev
    Igor Vigdorchik 3.67
    Iterate two Containers at once with Pairenumerator
    Updated: 25 Feb 2008  
    A enumerable class, that is able to iterate two enumerable collections at once. Either until both or one is done.
    C# (C# 2.0, C# 3.0), .NET (.NET 2.0, Mono, DotGNU, .NET 3.0, .NET 3.5), Visual Studio
    Robert Köpferl 3.40
    2D Wrapper for ATL's CComSafeArray
    Updated: 8 May 2003  
    SafeArray Wrapper to simplify and speed up 2D CComSafeArray<>
    VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, Visual Studio, ATL, Dev
    mdgray 3.17
    Basics of .Net Collections in C# - Unedited
    Updated: 10 Dec 2008  
    This article focuses on managing collections in .Net Framework 2.0.
    C# (C# 2.0), .NET (.NET 2.0)
    Shakeel Iqbal 2.81
    Endian Conversion in ARM and x86 assembly - Unedited
    Updated: 30 Sep 2008  
    How to solve endian conversion in multiplatform application.
    C++, C, Windows, Win Mobile, Dev
    kingsimba0511 2.75
    Dependency properties and collections combined with XAML - Unedited
    Updated: 21 Oct 2009  
    Describes a problem with using a collection type in a dependency property where the default value can't be null.
    C#, Windows, .NET
    mrjvdveen 2.50
    A non-generic IList implementation without any Boxing and Unboxing - Unedited
    Updated: 18 May 2009  
    A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation.
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), Windows (WinXP, Win2003, Vista, Win2008, Win 7), .NET (.NET 1.0, .NET 1.1, .NET 2.0, Mono, DotGNU, .NET 3.0, .NET 3.5, .NET 4.0), All Topics, Dev
    gUrM33T 2.14
    Buffered pool Manager class - Unedited
    Updated: 21 Jun 2008  
    In this article I'm going to talk about bufferd pool of any Object and an implementation I have written in C#.
    C# (C# 1.0, C# 2.0, C# 3.0)
    wuzhiqiang 2.13
    Convert a Collection to a Table
    Updated: 17 May 2007  
    A collection to table in one function.
    C#, Windows, .NET 1.1, Visual Studio, Dev
    rj45 2.10
    Advanced Collection for VB6 Application settings - Unedited
    Updated: 29 Apr 2008  
    Advanced Collection (like ASP.Net name/value collection) for VB6 Application settings
    VB (VB 6)
    Sabarinathan Arthanari 2.00
    Generic Tree Control
    Updated: 8 Feb 2009  
    An article on a generic tree collection
    C#, Windows, .NET 2.0, Architect, Dev
    Sympthom9  

    Last Updated 21 Nov 2009
    Advertise | Privacy
    Copyright © CodeProject, 1999-2009
    All Rights Reserved. Terms of Use