Answer: The name of C# compiler is CSC.
eg. to create the executable of the .cs file you can use
csc File.cs
This will create File.exe file.
For more details visit:
http://msdn.microsoft.com/en-us/library/78f4aasd.aspx
Asked In: Many Interviews |
Alert Moderator