Steps to follow
- Download the dotnet sdk. I am using macbook. you can download for windows if you are using windows.
- https://dotnet.microsoft.com/en-us/download
- After installation check the version
- dotnet –version
- create a new folder newconsoleapp
- navigate to the folder newconsoleapp
- dotnet new console -o helloworld
- this will open the project code .In case if code . doesnot work kindly follow the below link
- https://clientsidecoding.com/code-dot-not-working-in-mac-os/
- Extensions to install
- c#Â
- c# extension
Create console app
Run the application
Extensions to install