M BUZZ CRAZE NEWS
// general

How to run the C# program in ubuntu 14.04 using VS code? [closed]

By Emma Martinez

I have installed VS code and .Net core in my ubuntu 14.04. I have written a C# program and now I want to run it. How to run it or is there any compiler I need to install?

1 Answer

install .NET Core, and try dotnet run: