How to write ,Compile and Run csharp application using notepad and cmd .Use of .Net framework without visual Studio using CSC compiler from CMD.
Run CMD
Run Notepad
write CSharp program and save as Helloworld.cs
Compile the program
CSC HelloWorld.cs
Run HelloWorld