Made all the more relavent by the arrival of .Net Core and Visual Studio for Mac.

Resouces

TODO

Learn C# via MSDN

Find the artices I had on compiling from the command line (csc) to create a .dll I think there are here (.../MyCSharpCode/..)

MS example from MSDN showing how to use csc, the command line C# compiler.

Pocket C Sharp & here

Using WPConnect instead of Zune.

// I'm an example of some C# code.
//
if (x == y){
    doSomething();
}