C
C#3mo ago
Cyrus

Recommended resources for setup and learn C#

Going to be jumping into the language and want to know how I can setup my editor, normally I go for SoloLearn but I know in say C++ you're directed towards Learn C++, so I'm wondering what's out there WRT C#.
4 Replies
bryvee
bryvee3mo ago
IDK how much it is recommended here, but if you have no experience with the ecosystem as a whole this is a good intro: https://www.thecsharpacademy.com/ Generally you can either use Visual Studio Community Edition or download the .NET SDK and use Visual Studio Code with the C# and .NET extensions.
SinFluxx
SinFluxx3mo ago
$getstarted
MODiX
MODiX3mo ago
Get started in 3 high level steps... 1. Download Visual Studio Community if you're on Windows or VS Code if you're on Mac/Linux 2. Set up your development environment in Visual Studio or VS Code 3. Get started with videos or interactive tutorials
Cyrus
Cyrus3mo ago
Excellent, thank you both so much. :)