Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.33 KB

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