0

How can I run c# new new file in vs code. I am still trying but do not working.

5th Apr 2021, 2:54 PM
RAJESH HIRAJI PAWAR
RAJESH HIRAJI PAWAR - avatar
2 Answers
+ 1
Download the .net framework sdk and then install the c# vs code extension after you Open vs code create a folder and then open terminal type dotnet new console to create a new console application. And some files will come with Main.cs file you can look for more info from vs code website and DotNet website. I hope it is useful to check these links for more info vscode docs:https://code.visualstudio.com/docs/languages/csharp and dotnet docs:https://docs.microsoft.com/en-us/dotnet/core/get-started
16th Apr 2021, 7:07 AM
Nshuti Alliance
Nshuti Alliance - avatar