Skip to content

This repository was created for the sole purpose of keeping track of my progress while working through the Microsoft Learn C# lesson paths/courses. Each "lesson-path" contains "modules", which themselves contain individual "units", or the actual lesson project files. Content will continuously be added as I progress.

License

Notifications You must be signed in to change notification settings

schlopp96/MicrosoftLearnCS

Repository files navigation

Microsoft Learn - C# Course

https://docs.microsoft.com/en-us/learn/


Personal repository containing my progress, class notes, and other information relating to the Microsoft Learn online C# course & its resources.


Structure of Course Files

  1. Lesson Paths (LPs) are the highest level in the file structure of the course sections.

  2. Modules contain the various lessons and their code files.

    • Modules are most similar to book chapters.
      • These organize the specific unit lessons that go over relevant course material.
  3. Lessons, which contain the actual project files/source code.

    • All data inside these folders is what makes up the actual C#/.NET projects and their source code.
  • For example, here's how one would find the "Variable Literals" lesson of the first module within LP1:

    • Lesson Path 1 (First Steps) Module 1 (Storing Data as Variables) Lesson 1 (Variable Literals):
      • ~\MicrosoftLearnC#\LP1_FirstSteps\01_StoringDataAsVariables\Vars_Literals
─MicrosoftLearnC#
│   ├───LP1_FirstSteps
│   │   ├───01_StoringDataAsVariables
│   │   │   └───Vars_Literals
│   │   │   │   └───Program.cs
│   │   │   │   └───Vars_Literals.csproj

About

This repository was created for the sole purpose of keeping track of my progress while working through the Microsoft Learn C# lesson paths/courses. Each "lesson-path" contains "modules", which themselves contain individual "units", or the actual lesson project files. Content will continuously be added as I progress.

Topics

Resources

License

Stars

Watchers

Forks