📄️ How to install .NET
.NET is a cross-platform and open source developer platform for building web, mobile, desktop, gaming, IoT, and cloud applications. To install .NET, you need to download and run the .NET installer for your operating system.
📄️ How to create a simple .NET app
In this section, you'll learn how to create a simple .NET console app that prints "Hello, World!" to the console. You'll use the .NET SDK and the .NET CLI tools to create and run the app.
📄️ How to debug a .NET app
In this section, you'll learn how to debug a .NET console app that prints "Hello, World!" to the console. You'll use Visual Studio Code and the C# extension to set breakpoints, inspect variables, step through code, and use the debug console.
📄️ How to test a .NET app
In this section, you'll learn how to test a .NET console app that prints "Hello, World!" to the console. You'll use xUnit and the .NET CLI tools to create and run unit tests, integration tests, and functional tests.
📄️ How to deploy a .NET app to Azure
In this section, you'll learn how to deploy your .NET console app that prints "Hello World!" to the console to Azure App Service. Azure App Service is a cloud platform service that hosts web apps, including .NET apps. You'll use Visual Studio Code and the Azure App Service extension to create and configure an App Service and publish your app to it.