For some time now, I’ve wanted to document how to setup a custom 404 page that can handle link redirection for an ASP.NET web application. In my case, I just needed to customize the 404 behavior to ...
Microsoft’s November release of .NET 8 brought all kinds of great new features. One of the nice improvements introduced in ASP.NET Core 8 is IExceptionHandler, an interface that makes it easier to ...
The services that comprise distributed applications must communicate with one another to exchange data or information. You need a common data format for these communications, which narrows the options ...