Dev-stuff

Description

Forum with stuff for developers..

Architectural for .Net

Forums

Links and tips for visualizing code.

"C4": The four c's: Context (people), Containers, Components, Code

C4 with DrawIO: https://www.drawio.com/blog/c4-modelling

dotnet-project-graph (console app): https://github.com/KhaosCoders/dotnet-project-graph
 A dotnet global tool that prints a dependency tree of projects
 uses/references NuGet-package "OpenSoftware.DgmlBuilder"

-