TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About System.Collections
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dan Fontanesi (2)
Ravi Satyadarshi (1)
Senthilkumar (1)
Sachin Kalia (1)
Debendra Dash (1)
Srinubabu Ravilla (1)
Srinivasa Sivkumar (1)
Subraya Hegde (1)
John O Donnell (1)
gary 0 (1)
Richa Garg (1)
John Godel (1)
shru27 (1)
Hrishikesh Dhruv (1)
Alexander Filatow (1)
Sushila Patel (1)
Busila Marian (1)
M Chandramouli (1)
Mike Gold (1)
Wiktor Zvchla (1)
David Lambert (1)
Olga Fansler (1)
Daniel Johnson (1)
Kaushal Golwala (1)
Related resources for System.Collections
No resource found
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
Collections in C#: ArrayList and Arrays
1/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 3
2/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.NET
12/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.NET
12/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.NET
11/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 Game
10/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.
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.
In Depth ASP.NET using ADO.NET: Part III
6/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.NET
9/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 Beginners
2/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 Queue
1/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 Control
1/4/2006 1:12:38 AM.
This article shows you to take advantage of SortedList in data binding with Web Server controls.
BlackJack
12/26/2005 12:30:30 AM.
So as a learning experience, I decided to try writing a Blackjack game.
Puzzle Control
12/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 Forms
12/26/2005 12:07:38 AM.
FreeCell is an implementation of the FreeCell card game using Windows Forms.
Daleks in .NET
12/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 .NET
12/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 Poker
12/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.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download