Install Visual Studio 2022 Community from here.
When you install, make sure you check ".NET Desktop Development" in the Workloads display.
Checking other features is optional for this course, but you can do so if you want to explore.
When you are asked to sign in to a Microsoft account, you can use your StarID account ([email protected]) and password.
- A tour of the C# language at Microsoft.
- C# Coding Conventions at Microrsoft.
- C# Syntax at CSharpTutorial.net.
- C# Type System at Microsoft.
- C# Value Types from Microsoft. Also view the rest of the pages in the Value Types section, on the left of the page (integral numeric types, floating point numeric types, etc.)
- C# Data Types at W3Schools.
- Terms and Definitions at Microsoft.
- C# Language Specification.
- Learn C# at Microsoft - Hub for many resources including videos, examples and references for C#.
- C# Documentation at Microsoft - another hub for C# documentation.
- C# Corner - a blog and learning site with a lot of C# content.