C# aka C Sharp
Made all the more relavent by the arrival of .Net Core and Visual Studio for Mac.
- C# Attributes
- C# Inferfaces
- C# Scripting
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.
Using WPConnect instead of Zune.
- Resource Hacker
- CsharpRepl
raywenderlich.comvideo course- MS C# guide
// I'm an example of some C# code.
//
if (x == y){
doSomething();
}