Is there any pre installed compiler for c# in linux os like g++ for c++ and cc for c language | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

Is there any pre installed compiler for c# in linux os like g++ for c++ and cc for c language

if yes what is its command

27th Jan 2017, 5:06 PM
Uday
Uday - avatar
1 Réponse
+ 1
No, but you can look at the Mono project (http://www.mono-project.com/docs/about-mono/languages/csharp/). It is an open source implementation of C#, and has downloads for Windows, Linux and Mac OS X. There is also an IDE based on Mono available (that used to be called MonoDevelop, but I think it's called something else now)
28th Jan 2017, 9:52 AM
Ettienne Gilbert
Ettienne Gilbert - avatar