This post is about creating a Reverse Proxy middleware in ASP.NET Core..
We can accomplish this in thre
In ASP.NET Core, the Localization middleware can be used to ensure the correct culture settings are applied when serv
If the app calls UseStaticFiles, place UseStaticFiles before UseRouting.
If the app uses authentication/authoriz
This post is about creating a Error Handling middleware in ASP.NET Core.
We
Because I’m using Visual Studio, I can add middleware by using Add New Item and choosing the Middleware Class t
After many experiments with different exception handling approaches I ended up using middleware. It worked the best f
This post is about creating a XML Sitemap middleware in ASP.NET Core.
Sitemaps provide a way of informing sea
ASP.NET Core Architecture
The architecture of ASP.NET Core allow us to be at any time, part of