Learn to create your first .NET app on macOS using Visual Studio Code.
00:00 — Welcome
00:25 — Installing .NET 6 on macOS
02:04 — Creating the console application project
03:05 — Opening the project in VS Code
03:30 — Examining the project's files
03:45 — Installing the C# extension in VS Code
04:19 — Running the application
04:59 — Modifying the program code