notes
DevelopmentTeachingSnippetsCheat Sheets
~/tags/architecture$

#architecture

3 notes tagged architecture.

Clean Code·2 min

Services Return, Callers Present

A service should return a result and let the caller decide how to show it — the single most useful separation-of-concerns rule.

  • #clean-code
  • #architecture
  • #separation-of-concerns
  • #services
Csharp·3 min

Services & Helpers

Put code in another file — a service or a static helper — and call it from anywhere, the C# way.

  • #csharp
  • #dotnet
  • #services
  • #architecture
Csharp·3 min

Project Structure

How C# files, namespaces, folders and the dotnet CLI fit together into a running app.

  • #csharp
  • #dotnet
  • #tooling
  • #architecture
notes

a second brain — a place to keep everything worth remembering.

DevelopmentTeachingSnippetsCheat SheetsTemplatesTroubleshooting Tags
built 2026-08-01 · nuxt · content · static all systems nominal