While putting some special content together, I found myself needing to integrate API key authentication middleware into my ASP.NET Core application. I’ve written before about using custom middleware ...
This project implements middleware for ASP.NET Core that enables authenticating users against LDAP directories like Active Directory via an LDAP bind. There are two flavours, the first being ...
Your ASP.NET Application Is Running. But Is It Holding You Back? Many enterprise applications still run on ASP.NET (.NET Framework). They are stable. They are functional. They generate revenue. But ...
Markdown.ParseFromUrl("https://github.com/RickStrahl/Westwind.AspNetCore.Markdown/raw/master/readme.md") Note the above configuration is required only if you use the ...
User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom middleware. When working with web applications, you will often want to keep watch ...
This guide offers a comprehensive walkthrough of response compression in ASP.NET Core. It begins with fundamental concepts such as network bandwidth and middleware in ASP.NET Core. It then explores ...
.NET 8 and all its components are now one month from general availability as Microsoft shipped the second and final release candidates for the framework and the associated NET MAUI, ASP.NET Core and ...
While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...