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 · 523 views Read More
.NET Development

AI-Augmented Development: How I Use Claude and Copilot Daily

Feb 16, 2026 · 8 min · 523

After 6 months of daily AI-augmented development, here's my honest workflow — what works, what doesn't, and how to stay in control.

C# ASP.NET Core
Read More
Architecture

Domain-Driven Design Aggregates in C#

Feb 12, 2026 · 9 min · 314

Model complex business domains with DDD aggregates, value objects, and domain events — with practical C# examples.

C# ASP.NET Core
Read More
.NET Development

SQL Server Query Optimization: Execution Plans & Index Tuning

Feb 08, 2026 · 9 min · 269

Read execution plans, identify missing indexes, and eliminate table scans — a practical guide for .NET developers.

C# SQL Server
Read More
.NET Development

JWT Authentication in ASP.NET Core: A Complete Guide

Feb 04, 2026 · 8 min · 447

Implement JWT Bearer authentication in ASP.NET Core — token generation, validation, refresh tokens, and role-based authorization.

C# ASP.NET Core
Read More
.NET Development

Building an MCP Server in .NET for AI Tool Integration

Jan 31, 2026 · 8 min · 205

The Model Context Protocol (MCP) lets AI assistants like Claude call your .NET APIs as tools. Here's how to build an MCP server from scratch.

C# ASP.NET Core
Read More
Architecture

Clean Architecture in .NET: A Practical Guide

Jan 27, 2026 · 9 min · 380

Clean Architecture keeps your business logic independent of frameworks, databases, and UI. Here's how to implement it in a real .NET project.

C# ASP.NET Core
Read More
GIS & Geospatial

ArcGIS Server REST API Integration with C#

Jan 24, 2026 · 7 min · 114

Query ArcGIS Server feature services, run geoprocessing tasks, and generate map exports — all from C# using HttpClient.

C# GIS
Read More
.NET Development

SignalR Real-Time Dashboards with .NET and React

Jan 21, 2026 · 8 min · 158

Build a live updating dashboard using ASP.NET Core SignalR on the backend and React on the frontend — with automatic reconnection.

C# ASP.NET Core
Read More
GIS & Geospatial

Spatial Queries in .NET with PostGIS and NetTopologySuite

Jan 04, 2026 · 7 min · 91

Query geographic data natively in .NET using EF Core + NetTopologySuite + PostGIS. No raw SQL required.

C# GIS
Read More