C# and .NET: Setting up WSL and VSCode for C# and C development

Опубликовано: 08 Октябрь 2024
на канале: Rainer Stropek
2,413
80

Recording of my C# fundamentals course at the HTBLA Leonding.

Course GitHub Repo: https://github.com/rstropek/2023-24-2nd/

00:00:00 Intro
00:00:26 Greetings, introduction
00:01:20 Installing WSL
00:06:23 Installing Windows Terminal, starting Ubuntu
00:07:34 Installing .NET on WSL/Ubuntu
00:13:29 Installing build-essential (for C development)
00:15:28 Setting up VSCode (with extensions)
00:19:28 File management with Windows Explorer
00:21:30 Testing C - Hello world in C in VSCode
00:23:47 Closing