Related resources for System ComponentModel
  • Edit Almost Anything with AgileStudio9/26/2017 4:20:58 AM. There are a range of controls available as standard for Windows Forms in VisualStudio .NET 2003. These include TextBox to edit strings, CheckBox to edit booleans and even a DateTimePicker. However the
  • Validate Field in MVC5 Using Resource File6/12/2014 12:37:53 PM. This article provides an overview of validation in ASP.NET MVC 5 using a Resource file.
  • 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.
  • Creating MMC Snapin using C# (Part 1)9/30/2012 6:03:16 AM. This article and attached source code shows you how to create MMC Snapin using C#.
  • Creating Custom Validation Attribute For Data Annotation6/27/2012 8:52:25 PM. In .net 4.0, namespace System.ComponentModel.DataAnnotations allow you to create new attribute and with the help of this you can validate the data as per your requirement.
  • Validation Using Data Annotation to Custom Model or Class6/27/2012 8:25:17 PM. In this tutorial, we learn how to use the Data Annotation validators to perform validation in a .NET application.
  • Catch Hold of Device Capability5/19/2012 6:39:34 AM. If you are developing Mobile Application and been through the different standards in Market.
  • Creating a Windows Service in C#5/10/2007 8:51:32 AM. Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it.
  • Creating a Windows Service in C#5/10/2007 8:51:32 AM. Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it.
  • Working with DropDownList and ListBox Controls in ASP.NET8/31/2006 9:29:21 AM. In this article we'll see how to use DropDownList and ListBox Web controls to display data in various formats.
  • Building Reusable Components2/14/2006 11:34:47 PM. One of the main advantages of building components is to promote reusability.
  • Building Dynamic Service in C#1/15/2006 11:38:12 PM. This is a service that will run an application, and can be used over an over without hard coding any information.
  • Mail Merge Program12/28/2005 2:24:11 AM. This is a simple mail merge program. This program reads from 3 different text files (by default) and merge all the info to produce mail documents.
  • Mail Merge Program - Part 212/28/2005 2:17:57 AM. This is a simple mail merge program (Part 2). This program reads from the access database (by default) from a specified table.
  • IP Address Hostname Convertor12/27/2005 1:20:21 AM. This is an IP Address-Hostname converter written in C# Windows Forms.
  • 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.
  • ClickMania Game12/24/2005 6:50:36 AM. This is an old game, first implemented in 1996 or so... It has a great addictive power. You will quickly find out the rules. I used the winmm.dll library for playing sounds, the picturebox.Paint event to draw bitmaps in a Picturebox and a recursive function to check the balls next to each other for the colors.