Hacker News new | ask | show | jobs
by SamFold 954 days ago
What would you say is the current best in class toolchain for .NET (assuming I'm running on a ARM Mac)?
1 comments

Jetbrains’ Rider by a very long shot

Vscode stuff is ok too if you dislike big and featureful ides, but it’s behind rider. dotnet cli to run commands is sufficient until you have very strange builds.

Keep in mind the language has many ways to do the same thing, so rider helps you doing the “modern” things. The base class library is also very vast. Take your time, C# is great but it has a ton of features.