Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love that with modern .NET you can get started in a few minutes:

1. install the .NET SDK

2. install VSCode

3. install the C# Dev Kit vscode extension

4. run ".NET: New Project" in vscode

That's it, you're done. You can build, run, test, debug in vscode. Or use the dotnet CLI if you prefer.

It's so much better than having to install Visual Studio as a whole before you can try out the language/runtime, and that works cross-platform.



You do not need DevKit, just plain C# extension.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: