- Loading...
-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.
-
Can you use the .NET 8 Identity API endpoints with IdentityServer?
In this post I discuss how the Identity endpoints interact and relate to OpenID Connect implementations, and whether you can (or should) combine them.…
-
Should you use the .NET 8 Identity API endpoints?
In this post I discuss the new Identity API endpoints and talk about some of the security and architectural issues they may introduce.…
-
Introducing the Identity API endpoints
Exploring the .NET 8 preview - Part 8
In this post I introduce the new Identity APIs, show how they differ from the existing Identity support, and show how to use them.…
-
Form binding in minimal APIs
Exploring the .NET 8 preview - Part 7
In this post I discuss the new form binding support for minimal APIs, the current limitations and rough edges, and how to work with antiforgery tokens…
-
Keyed service dependency injection container support
Exploring the .NET 8 preview - Part 6
In this post I discuss the new "keyed service" support for the dependency injection container, introduced in .NET 8 preview 7…
-
Replacing method calls with Interceptors
Exploring the .NET 8 preview - Part 5
In this post I look at the C#12 feature, interceptors. I show how and why they're useful, and how the ASP.NET Core minimal API source generator uses them…