In this video you will learn how to compile your csharp code without having visual studio very easily.
Steps:
1) Open Notepad.
2) Type your code in it.
3) Create a folder named "examples" in c:\ drive.
4) save it as "myprogram.cs" in "examples" folder.
5) open CMD
6) type "CD \" to reach to C:\ .
7) type "cd examples".
8) Open file explorer to locate framework by going to C:\ drive \ windows \ microsoft.net \ framework \ {latestversion of framework}
9) copy the folder location i.e c:\windows\micros