Do you know that c# compiler is pre installed on your computer 😱 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do you know that c# compiler is pre installed on your computer 😱

Though it maybe Visual C# Compiler 2009 or 2005 This Compiler is always present in any of the Microsoft Computer xp/7/8/10 To prove: Go to C:\ Directory go to Windows Directory Search for a folder named 'Microsoft .NET' open it and open any of the framework folder then you'll see folders of many versions Open CMD and Browse to the location and just type 'csc' which stands for C# Compiler Write a program in C# and save it in the folder in which compiler is present then on CMD type csc your_filename.cs

15th Sep 2017, 10:41 AM
Aurum Titan
Aurum Titan - avatar
3 Answers
+ 1
Your filename would be compiled and there would be an .exe application made on your name of file Similar steps for VB.NET just replace the keyword 'csc' to 'vbc'
15th Sep 2017, 10:43 AM
Aurum Titan
Aurum Titan - avatar
0
No because I use my own Linux based OS ;)
15th Sep 2017, 11:09 AM
aklex
aklex - avatar
0
I do not use ubuntu, I only use the Linux kernel itself as a base
15th Sep 2017, 11:28 AM
aklex
aklex - avatar