Blog
Thoughts on .NET development, GIS, architecture, and building enterprise software
Featured
.NET Development
AI-Augmented Development: How I Use Claude and Copilot Daily
After 6 months of daily AI-augmented development, here's my honest workflow — what works, what doesn't, and how to stay in control.
Feb 16, 2026
· 8 min read
· 527 views
Read More
.NET Development
SQL Server Query Optimization: Execution Plans & Index Tuning
Feb 08, 2026
· 9 min
· 271
Read execution plans, identify missing indexes, and eliminate table scans — a practical guide for .NET developers.
C#
SQL Server
Read More
Architecture
Building a Multi-Tenant SaaS App with ASP.NET Core
Dec 30, 2025
· 8 min
· 148
Multi-tenancy is one of the hardest architectural challenges in SaaS. Here's a battle-tested approach using ASP.NET Core middleware.
ASP.NET Core
SQL Server
Read More
.NET Development
EF Core 9 Performance: AsNoTracking, Split Queries & Compiled Queries
Dec 25, 2025
· 6 min
· 201
Three EF Core techniques that can cut your query time by 50% or more on read-heavy workloads.
C#
SQL Server
Read More