Related resources for System.collection
  • Creating A Custom Collections Class Using System.Collections.CollectionBase9/25/2023 8:41:25 AM. This article will show you how you can create a class that can behave just like a collection class.
  • Dictionary Overview In C#9/22/2023 8:33:21 AM. This article is an overview of Dictionary in C#. Dictionary is a generic class that belongs to the System.Collection namespace in . NET. A dictionary can store Keys and Values of any data type in .NET
  • Working on SortedDictionary in C#8/31/2023 10:08:00 AM. In this article I explain how to create the SortedDictionary and perform various operations of it using its properties and methods.
  • Collections in C#: ArrayList and Arrays1/14/2022 9:30:55 AM. This article explains the Collection classes in .NET. This first part explains the ArrayList class, advantages, disadvantages and differences with Array.
  • Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 32/1/2021 7:35:18 AM. I encountered an error in the implementation of returning multiple models to a single view.
  • Working With The Error Cannot Implicitly Convert Type 'ListName[]' to 'System.Collections.Generic.IList<ListName>' in WCF.4/18/2016 11:09:25 AM. In this article I am going to discuss about a common error that most of the time comes while working with WCF.
  • Generics in C#10/11/2013 5:33:17 AM. Generics allow us to define type-safe classes without worrying about type safety and performance.
  • Creating and Using Namespaces in VB.NET12/1/2012 4:29:24 AM. We all know namespaces are the basic building block for the .NET framework. In this article, I’m going to show how to create and use namespaces with VB.NET and C#.
  • Number to Words Web Service in VB.NET12/1/2012 3:41:40 AM. This sample code describes a Web service through which a client can get the equivalent of a number in words.
  • Animate with Pocket PC in VB.NET11/10/2012 3:11:14 AM. This article discusses programming for a Pocket PC in general. If you are lucky enough to get the Smart Devices Extensions you will finally be able to target devices.
  • Dots Game10/3/2012 11:06:25 AM. Here is a dots game developed using C# and GDI+. New version of the game will be coming soon.
  • Language Integrated Query (LINQ): Part 39/9/2012 12:38:43 PM. In this article, you will learn something about "Generic" collections such as what they are and why we need them in LINQ.
  • Working on SortedSet Using C#6/5/2012 7:55:32 PM. In this article I explain how to create a SortedSet<> and the various methods and properties of this class.
  • Perform Various Operations in a List Using C#5/15/2012 4:01:54 PM. In this article I explain how to create a list and perform various opertaions in the list
  • In Depth ASP.NET using ADO.NET: Part III6/23/2009 12:58:56 AM. In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET.
  • Shopping Cart Application in ASP.NET9/1/2006 12:46:26 AM. This is an online shopping cart application written in ASP.NET and C# where user can browse, add items to the shopping cart and place orders.
  • Shuffle Game for Beginners2/2/2006 5:24:45 AM. This code sample is a GDI+ shuffle game aimed for beginners. Attached zip file includes the exe and the Shuffle.cs file.
  • Thread Safe Collections ArrayList and Queue1/27/2006 5:29:56 AM. The attached project provides a dll containing a wrapper around the non-thread safe ArrayList and Queue classes. The wrapper implements the most common functions of this collection elements.
  • Sorted List and Web Server Control1/4/2006 1:12:38 AM. This article shows you to take advantage of SortedList in data binding with Web Server controls.
  • BlackJack12/26/2005 12:30:30 AM. So as a learning experience, I decided to try writing a Blackjack game.
  • Puzzle Control12/26/2005 12:27:40 AM. In this application I had combined the power of C# and AI in order to solve the "puzzle problem".
  • Maze Solver 12/26/2005 12:15:44 AM. Solving mazes is one of those problems, at least with the algorithm I've chosen here.
  • FreeCell Game using Windows Forms12/26/2005 12:07:38 AM. FreeCell is an implementation of the FreeCell card game using Windows Forms.
  • Daleks in .NET12/25/2005 11:53:05 PM. The other night my girlfriend dragged me down to the NYC Public Library claiming that they had a huge Science Fiction movie section. Admittedly my taste in movies and my wife's taste in movies can vary slightly, however, I was willing to take a chance, given that rentals at the library are free as opposed to $4 at the local video store.
  • Project Trilma .NET12/25/2005 11:43:14 PM. In 1883 George H. Monks from Boston designed Halma, an interesting board game with simple rules.
  • Missile Command .NET 12/25/2005 11:35:44 PM. Missile Command .NET is a simple video game written in C# using GDI+ for graphics. It's a tribute to the classic Missile Command game by Atari. I wrote this game to teach myself more about programming in C#.
  • C# Video Poker12/25/2005 11:15:32 PM. This Video Poker game is an imitation of a casino Video Poker machine. It is written using Windows Forms.
  • Lingo Game in C#12/25/2005 11:07:49 PM. It is a Lingo game developed in C#. It is based upon Game Show Network's Lingo but has a few modifications to it.
  • A Chess Program using C#12/24/2005 7:03:14 AM. This is a chess program, made using C#. It has used object oriented concepts and design patterns like Flyweight, Factory and Decorator. Two player can play this game and it has facility to drag-drop pieces. It also shows potential positions of each pieces which is useful for learning.