Learn .NET and the .NET SDK tools by exploring these tutorials
The following tutorials show how to develop console apps and libraries for .NET Core, .NET 5, and later versions. For other types of applications, see Tutorials for getting started with .NET.
Use Visual Studio
- Create a console app
- Debug an app
- Publish an app
- Create a class library
- Unit test a class library
- Install and use a package
- Create and publish a package
- Create an F# console app
Use Visual Studio Code
Choose these tutorials if you want to use Visual Studio Code or some other code editor. All of them use the CLI for .NET Core development tasks, so all except the debugging tutorial can be used with any code editor.
- Create a console app
- Debug an app
- Publish an app
- Create a class library
- Unit test a class library
- Install and use a package
- Create and publish a package
- Create an F# console app
Advanced articles
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.