Automatic HTTPS on Kestrel in 2026, now that LettuceEncrypt is archived
If you run an ASP.NET Core app directly on Kestrel, with no nginx or cloud load balancer in front, getting a real TLS certificate has always been th…
Tech news from the best sources
If you run an ASP.NET Core app directly on Kestrel, with no nginx or cloud load balancer in front, getting a real TLS certificate has always been th…
Authentication is one of the most important parts of any application that integrates with external services. While many modern platforms expose OAut…
If I need to upgrade .NET 8 to .NET 10 , I treat the work as an API contract migration, not a project-file edit. A service can compile, pass unit te…
🔰 Referencing and operating DOM elements in Blazor In Blazor, you can reference a DOM element that a component has rendered by using the ElementRefe…
Introduction Bootstrap toasts are lightweight notifications that mimic the push notifications popularized by mobile and desktop operating systems. L…