Setting Up Your .NET Development Environment (Part 1): Installing the .NET SDK and Choosing an IDE
Having explored the .NET BCL and NuGet ecosystem in Exploring the .NET Ecosystem Visual Studio or Visual Studio Code.
Having explored the .NET BCL and NuGet ecosystem in Exploring the .NET Ecosystem Visual Studio or Visual Studio Code.
In Setting Up Your .NET Development Environment (Part 1), we installed the .NET SDK and chose an IDE (Visual Studio or Visual Studio Code). Now, in Part 2, we'll focus on the initial configuration of these IDEs for C# development, create our very first "Hello, World!" project within them, and take a brief look at their debugging capabilities. This will set the stage for writing and testing actual C# code.