CSharpBible - joecare99/CSharp GitHub Wiki
Home --> CSharpBible
The CSharp-Bible
is a collection of small C# programs showing basic skills and techniques. it falls into several parts:
Library
a collection of (basic) libraries e.g: MVVM_Base & Math2D
BaseLib
CommonDialogs
ConsoleLib
CSFreeVision
MathLibary
MVVM-BaseLib
WFSystem.Data
Graphic
a collection of programs that have a visual attitude & effect
Calc
a collection of "Calculator" engines and programs simulating a pocket-calculator e.G: Calc32 & Calc64
MVVM-Tutorial
a collection of small programs showing various technics & best practices mostly inspired by youtube-videos of 42 Entwickler & Tim Corey but heavily polished ... and commented ... and tested
Basic MVVM-Practices
e.G: Property-change-notification, RelayCommand, ValueConverters
Standard MVVM-Practices
e.G: Input-validation, Community-Toolkit, Messaging
Avanved MVVM-Practices
e.G: Dependency-Injection, Simple Games & Apps, Wizzards, Scoped-models