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

CSharp - Wiki

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
Loading

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

Clone this wiki locally