Handling Range Requests in .NET 9 Behind Azure Front Door
Handling Range Requests in .NET 9 Behind Azure Front Door

When deploying a .NET 9 application behind Azure Front Door with response compression enabled, you might encounter unexpected issues with static files, such as HTTP 416 Range Not Satisfiable errors. These arise because Front Door often sends byte-range requests for optimization, which your application may not handle properly by default. To address this, you can... » read more

Deploying abp.io to an Azure AppService
Deploying abp.io to an Azure AppService

It’s been forever since I have posted a developer blog, to the point that I almost considered this site dead. However, once in a while you hit a problem that you spend just enough time on you feel compelled to help your community. I am an absolute fanboy of everything VoloSoft does, their frameworks for... » read more