The Blog

In-depth essays on software engineering. No filler, no hot takes — just things worth writing about.


Filter:
.net architecture June 2025 · 12 min read

Clean Architecture in .NET

A practical walkthrough of implementing Clean Architecture in a .NET solution — how to separate concerns across layers, wire up dependency injection correctly, and avoid the common pitfalls that turn a clean codebase into a mess six months later.

Read article →
blazor web May 2025 · 8 min read

Blazor Navigation System Explained

Blazor's navigation model surprises developers coming from traditional SPA frameworks. This post breaks down how NavigationManager, route parameters, and the component lifecycle interact — and what to do when navigation behaves in ways you don't expect.

Read article →