Intro to C#, XAML, .Net, and MVVM Architecture
Tutorial Delivery: YouTube (AngelSix)
This educational repository acts as proof-of-basic-understanding in C# and MVVM architechture. For notes I took during tutorials, see Wiki section.
-
- Installation
- Using Breakpoints
- Debugging code (step in, step out)
-
- Accessability Levels
- Parsing
- Branching Statements (if, esle)
-
- While loops
- Detailed comments
- Complex logic
-
Classes, Functions, and Regions
- Refactoring
- Classes, Functions, Regions
-
- Windows Forms
- Event Handlers
-
- Enums
- New Class Files
- Recursive Function
- Switch Statements
- For loops
- Throwing Exceptions
- Try/Catch
-
Intro to WPF
-
- Basic XML
- XAML Template Structure
-
TreeViews and Value Converters
- Intro to Data Binding
- Styling Properties
- YouTuber: AngelSix for Tutorial Content