#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