C# and .NET: Structuring Solutions Into Projects, Namespaces, and Classes



C# and .NET: Structuring Solutions Into Projects, Namespaces, and Classes

C# and .NET: Structuring Solutions Into Projects, Namespaces, and Classes

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

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

00:00:00 Intro, welcome
00:01:25 Why projects?
00:04:23 Creating projects with C# DevKit
00:14:30 Namespaces
00:18:40 (static) Classes
00:21:59 Example: Basic math operations
00:33:36 Exercises (homework)