+ 4
How to work c# in dos?
2 Answers
+ 2
Well, it is a very cumbersome task to compile or run a C# via command prompt. The IDE 'Visual studio' is available for free. There you can work on more than 50 languages and technologies all with the enhanced GUI. Anyways 'CSC.exe' is the CSharp compiler. To compile any program from DOS you must navigate to - c:\windows\Microsoft.NET\Framework\v3.5\bin\
https://msdn.microsoft.com/en-us/library/ms379563(v=vs.80).aspx This article is worth a shot if you really want to play with C# with DOS.
+ 2
thank you @basu