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

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

Feb 16, 2026 · 8 min · 522

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
GIS & Geospatial

GeoServer WMS/WFS Integration with Angular

Feb 14, 2026 · 8 min · 135

Serve map tiles and query features from GeoServer in an Angular app using OpenLayers — with authentication and layer management.

ASP.NET Core GIS
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
DevOps & Cloud

Kubernetes for .NET Developers: From Zero to Cluster

Feb 10, 2026 · 10 min · 190

Deploy your .NET microservices to Kubernetes — Deployments, Services, ConfigMaps, Secrets, and Ingress explained with real YAML.

Azure Docker
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
DevOps & Cloud

n8n Workflow Automation for .NET Developers

Feb 06, 2026 · 7 min · 179

Use n8n to automate blog publishing, social media posting, and email notifications — triggered by your .NET webhooks.

ASP.NET Core Docker
Read More
.NET Development

JWT Authentication in ASP.NET Core: A Complete Guide

Feb 04, 2026 · 8 min · 446

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

C# ASP.NET Core
Read More
GIS & Geospatial

OpenLayers 10 with .NET Backend: Interactive Web Maps

Feb 02, 2026 · 8 min · 95

Build interactive web maps with OpenLayers 10, served by a .NET GeoJSON API. Includes clustering, popups, and layer switching.

ASP.NET Core GIS
Read More
.NET Development

Building an MCP Server in .NET for AI Tool Integration

Jan 31, 2026 · 8 min · 204

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