Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Programming
/
C# Tutorials
/ Getting started
Getting started
3 lessons in the C# course.
Full C# course
·
Search this topic
·
Programming
Installing the .NET SDK
Install the .NET SDK and confirm the dotnet CLI works.
Hello World
Create a console app and print text with Console.WriteLine.
Types
Use common value types and let var infer when the type is obvious.