Related resources for Using System
  • My First C# Program10/5/2023 11:46:39 AM. This article explains how to create your first C# program.My First C# Program" is a simple introductory program often created by beginners learning the C# programming language. It serves as a bas
  • Regular Expressions Example11/15/2021 10:13:52 AM. The following example shows the use of Regular Expressions in C#.This program has basic validation scripts for validation easily useable in all programs.
  • Compute Feature of DataTable11/1/2020 11:45:56 PM. The following code is for implementing least known feature of DataTable Compute() method.
  • Tutorial: Working with Windows Forms5/20/2019 6:14:20 AM. Tutorial contains a number of C# samples for the Amateur/ Beginners in the Visual C# and .Net PlatForm Environment.
  • How to Insert a Date Into DateTime Column Using ADO.NET & C#1/16/2014 12:39:24 PM. In this article, we will show how to insert a date into a date column using ADO.NET and C#.
  • ReaderWriterLock Class in C# Threading1/13/2012 12:44:55 AM. The ReaderWriterLock class is used to synchronize access to a resource. At any given time, it allows concurrent read access to multiple (essentially unlimited) threads, or it allows write access for a single thread.
  • AutoCompleteCustomSource in C#5/26/2011 3:36:52 PM. Sample use of AutoCompleteCustomSource with data obtained from values in a column of a database table.
  • Show Child Grid inside Grid in Silverlight9/16/2010 3:39:34 PM. This article describes you the concept of Data Grid. It shows how use a child grid inside of a Data Grid.
  • CSDownloadURL : Download Contents of a Web Page12/28/2005 6:13:19 AM. CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
  • Horoscope Web Service12/28/2005 4:09:15 AM. An article talks about web services and how to develop them using .NET.
  • 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.
  • Simple Web File Download12/28/2005 1:53:49 AM. This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file.
  • IP LookUp Program in .NET12/27/2005 1:27:08 AM. This is an IP look up program that uses C# Windows Forms and IPHostEntry to resolve the DNS request.
  • IP Address Hostname Convertor12/27/2005 1:20:21 AM. This is an IP Address-Hostname converter written in C# Windows Forms.
  • ADODataReader- Writing DataSets to XML12/19/2005 1:47:36 AM. This file uses ADODataReader and other objects to write DataSets to XML and filling data from the XML files.
  • ADO.NET DataSet Programming12/19/2005 12:01:32 AM. A sample project shows you how to add, edit, delete, navigate, save records in a database using DataSet.
  • Connect to an Oracle Database12/17/2005 7:55:35 AM. This sample code shows you how to connect to an Oracle database using C#.
  • Oracle Database Viewer12/17/2005 4:21:29 AM. This is a GUI based application which connects to an Oracle database depending upon the DSN, username and password that you provide. It then shows the list of tables on the left hand side in the form of a treeview.