Note This article is obsolete for Visual Studio .NET users.
This article explains necessary steps required to install and run C# on your machine.
Now use the command line to run your cs file. C# compile takes one argument; i.e., file name. Say your C# file name is my.cs then here is command line syntax: csc C:\temp\my.cs
You can download C# Documentation to learn more C#programming.
That's it.
NOTE www.c-point.com 's Antechinus editor supports C#. It costs between $30 to $500. You can download a trial version here http://www.c-point.com/csharp.htm.