-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Joe Care edited this page Jan 18, 2025
·
14 revisions
This Repository contains my public CSharp-Projects
flowchart TB;
subgraph CSharpBible
B(CSharpBible)==>MVVM-Tutorial;
B-->Libraries;
MVVM-Tutorial-->Libraries;
subgraph Calc
F(Calc)-->Calc64;
F-->Calc32;
end
B-->Calc;
B-->Graphics;
subgraph Games
E(Games)-->Sukoban;
E-->Tetris;
E-->Snake;
E-->Werner-Flaschbier;
end
B-->Games;
Games-->Libraries;
end
subgraph JC-AMS
D(JC-AMS)==>Core;
D-->Core.Tests;
end
subgraph Genealogy
G(Genealogy)==>GenFreeWin;
G==>WinAhnenNew;
end
subgraph Avalonia-Apps
H(Avalonia-Apps)-->AA05-CommandPropCalc;
H-->Avalonia-App01;
H-->Avalonia-App02;
end
A([Home])==>CSharpBible;
A-->JC-AMS;
A-->C(TestStatements);
A-->Avalonia-Apps;
A-->Genealogy;
Genealogy-->Libraries;
Avalonia-Apps-->Libraries;
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
Genealogical Programms
GenFreeWin is a free portation of Gen_PlusWin that is abandoned.
WinAhnenNew is a free portation of AhnenWin that is also abandoned by the Author.
Apps & classes that supposed to convert from one programming language into another. Among these: C#, Pascal, IEC-61131 ...
new Avalonian_Apps
Apps using the AvaloniaUI-Framework