Posts tagged “.NET 10”

Getting SignalR to Play Nicely with Nginx: A Real-World Chat Deployment Story

Getting SignalR to Play Nicely with Nginx: A Real-World Chat Deployment Story

Scott Walker · Sep 19, 2026

Deploying a real-time chat feature is rarely as simple as "write the hub, start the connection, and ship it." After a full day of chasing ghosts in SignalR, JavaScript event handlers, and an nginx reverse proxy, here is what actually happened — and what finally made it work.

đŸ’Ŧ 0 Nginx .NET 10 SignalR
Lessons Learned: Building and Debugging a .NET 10 Blog on Linux/Nginx

Lessons Learned: Building and Debugging a .NET 10 Blog on Linux/Nginx

Scott Walker · Sep 16, 2026

Over the past few days, I tackled a series of production issues on my .NET 10 Razor Pages blog while simultaneously adding SEO enhancements and user management features. What started as mysterious upload failures evolved into a deep dive into nginx configuration, deployment automation, Entity Framework Core migrations, and full-stack feature development. This post documents those challenges, solutions, and the lessons I learned along the way.

đŸ’Ŧ 0 Nginx .NET 10