1. Computing & Technology
Filed In:
  1. C# / C Sharp

Learn how to do Things in C# (Techniques plus Code)

This is a collection of programming techniques in C#.

A Data Extracter for Wikipedia offline pages in C#

This explains how to download the wikipedia offline dumps then extract data programmatically using a program written in C#

An Overview of Static and Instance in C#

An Overview of Static and Instance in C#, with examples on where you can use static members

Creating the DataFile for Contest 45

This explains how the data file was created for contest 45

Creating the racetrack for Contest 42 in CSharp

Creating the racetrack for Contest 42 in CSharp. This source code example demonstrates how to display graphics on a Winform surface using a PictureBox component and a Bitmap. The hand generated vector data for the racetrack is read by the application and the race track plotted, converting vectors into cartesian coordinates and using the GDI DrawLine function.

How do I do High Resolution Timing in C# on Windows?

Learn how to time events in C# with microsecond accuracy using the built in fast counter in Windows. This article provides code plus an explanation of how to do the timing.

How Do I Roll Dice in C#?

Want to learn how to simulate dice rolls in C#? Need a bit of background to Random Numbers? See What is a Random number?

How do I Write a SuperMarket Checkout Simulation?

Learn how to write a simple SuperMarket checkout simulation

How to access PostgreSQL from C#

How to access PostgreSQL from C#

How To Generate Long Passwords Easily in C#

A Winforms utility to demonstrate how to generate long (and reasonably secure) passwords in C#.

How to Convert Two dimension image layouts into one dimension in C#

How to Convert Two dimension image layouts into one dimension in C#, a convenient utility.

How to Merge Multiple images into one in C#

How to merge multiple images into one in C#, prep work for the Asteroids game tutorial

How to programmatically create a MySQL Database table in CSharp

How to programmatically create a MySQL Database table in Csharp / C#

How to Use MySQL Database with Visual C# 2008 Express Edition

A step by step guide to using MySQL with Visual C# 2008 Express Edition

How to use SQLite from a C# Application

A Two page tutorial on How to use SQLite from a C# Application, that includes setting up SQLite, creating a database then installing the .NET SQLite adapter and accessing it in code, includes all source code.

Making foreach work with your own lists in c#

Making foreach work with your own lists in c#

Running C# Command Line Applications

Running C# Command Line Applications

To help in collision detection

Asteroids Graphics Edge Detection Utility in C#, a utility that works out the edges of the Asteroids graphics and outputs them to a big csv file.

Part one- the 0xASM Assembler for 0x10c

This is amulti-part tutorial on deeveloping an Assembler and emulator in C# for 0x10c a 16 bit CPU in the new MMO developed by MoJang

Converting Data to Source Code

Converting Data to Source Code, a small console utility that takes a text file of numeric data and converts it to C,C++ or C# constant array data.

Building a Browser Mud/RPG Type Game Server Tutorial One

Building a Browser Mud/RPG Type Game Server Tutorial One, an overview of the server design

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.