Course Content
What you'll learn
- Understand what C# is and its place in the .NET ecosystem
- Set up a C# development environment with .NET SDK and VS Code
- Create and run your first C# console application
- Use Console.WriteLine() to output text
- Declare and initialize variables using explicit types and var
- Understand primitive data types: int, double, bool, char, decimal
Tags
csharpdotnetprogrammingoop