Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.18 KB

RESOURCES.md

File metadata and controls

38 lines (23 loc) · 2.18 KB

Week 1 Resources

Installing Visual Studio 2022

Install Visual Studio 2022 Community from here.

When you install, make sure you check ".NET Desktop Development" in the Workloads display.

Screenshot showing the Visual Studio Installer workloads view, with .NET Desktop Development checked and highlighted.

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.

This Week's Material

C# Language - Core Syntax and Constructs

C# Data Types

  • 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.

C# Terminology

Useful resources for C# in general