-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Joe Care edited this page Oct 25, 2022
·
9 revisions
This Repository contains my public CSharp-Projects
flowchart TD;
A([Home])==>B(CSharpBible);
subgraph CSharpBible
B==>MVVM-Tutorial;
B-->Libraries;
B-->Calc;
B-->Graphics;
B-->Games;
end
A-->C(TestStatements);
A-->D(JC-AMS);
subgraph JC-AMS
D==>Core;
D-->Core.Tests;
end
a collection of small programs & best practices see here the MVVM-Tutorial
Inspired by MS Walkthroughs some tests of C#-Statemets categorized by there specific namespace.
The Joe Care Automation and Management System