+ 4

How to work c# in dos?

20th Jan 2018, 10:10 AM
Thilagavathi Chellappan
Thilagavathi Chellappan - avatar
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.
21st Jan 2018, 9:01 PM
Basu
Basu - avatar
+ 2
thank you @basu
22nd Jan 2018, 4:48 AM
Thilagavathi Chellappan
Thilagavathi Chellappan - avatar