Your C# Learning Hub

Free C# tutorials with practical code examples: fundamentals, Blazor, MAUI, IoT, and more.

In this tutorial, we will discover the basic workflow as you write your first C# program. We will explore such things as how to create a new project, where to type your C# code, and how to test and debug your application. I am using the free community edition of ... Read more →

In this tutorial, we will install Visual Studio and prepare it for developing applications in C# (pronounced C sharp). I am using the free community edition of Visual Studio. Visual Studio is a feature-rich integrated development environment (IDE) that is perfect for developing your C# programs. You will first Read more →