As I learn C# myself I will update this repo so others can follow the same path. Feel free to file an issue if you have concerns about methodology or bad practices.
As I am new to C# I can't guarantee that this course will contain all the best practices. It is my goal to update obsolete sections and practices so feel free to contact me directly or file an issue.
As of now I am still deciding on tailoring this course to people new to coding all together or to people who are already familiar to a OOP interpreted such as JavaScript. I will probably settle on this as I go and update this section as soon as I feel it is set in stone.
Chapter 2: Core SDK Chapter 3: ASP
-
Init 0.0.1 (19/09/'20)
- README and Getting Started added
-
Init 0.0.2 (19/09/'20)
- Hello World and The Basics added
- Index added to bundle chapters
-
Init 0.0.3 (20/09/'20)
- Numbers added
- Branches and Loops added
- Links to Index.md fixed
-
Init 0.0.4 (21/09/'20)
- Lists added
-
Init 0.0.5 (24/09/'20)
- Console added
- Final added
- Final example postponed due to needing refactoring due to pushing OOP/Classes/Methods to ch2
- Microsoft's .NET documentation and tutorials