Skip to content
Joe Care edited this page Oct 25, 2022 · 9 revisions

CSharp - Wiki

This Repository contains my public CSharp-Projects

flowchart TB;
   subgraph CSharpBible
    B(CSharpBible)==>MVVM-Tutorial;
    B-->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;
   end
subgraph JC-AMS
    D(JC-AMS)==>Core;
    D-->Core.Tests;
end
    A([Home])==>CSharpBible;
    A-->JC-AMS;
    A-->C(TestStatements);

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