DEV Community

Discussion on: What can I use to compile C# (CSharp)?

Collapse
 
eelstork profile image
Tea

The other thing is, C# is available through either Visual Studio or .NET core. en.wikipedia.org/wiki/.NET_Core
And the equivalent of javac is the dot net CLI (command line interface)
docs.microsoft.com/en-us/dotnet/co...
So that's cross platform and overall easy to use, imho