2026-02-10 18:04:54
Spent the last hour debugging an issue, only to find #aspnetcore was complaining that a method was synchronous. For library authors, adding an `async` modifier to methods doesn't guarantee that the method is asynchronous. 😅
#FML
Spent the last hour debugging an issue, only to find #aspnetcore was complaining that a method was synchronous. For library authors, adding an `async` modifier to methods doesn't guarantee that the method is asynchronous. 😅
#FML
There's a special place (not so nice) for #dotnet developers who are using ConfigureAwait(false) in their #aspnetcore middleware.
Correction: Read @… respo…
Duende has released DPoP Support for #aspnetcore via the JwtBearer Extensions NuGet package. This library helps protect your APIs against one of the highest threats to the OAuth ecosystem: the abuse of stolen access tokens.
#dotnet
Took a few minutes between meetings to upgrade my #htmx #aspnetcore sample demo of “12 days of HTMX-mas". If you're a #dotnet developer or someone interested in web development, it's a breez…