Personal repository containing my progress, class notes, and other information relating to the Microsoft Learn online C# course & its resources.
-
Lesson Paths (LPs) are the highest level in the file structure of the course sections.
-
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.
- Modules are most similar to book chapters.
-
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
- Lesson Path 1 (First Steps) Module 1 (Storing Data as Variables) Lesson 1 (Variable Literals):
─MicrosoftLearnC#
│ ├───LP1_FirstSteps
│ │ ├───01_StoringDataAsVariables
│ │ │ └───Vars_Literals
│ │ │ │ └───Program.cs
│ │ │ │ └───Vars_Literals.csproj