- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

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…

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…

Exploring the new minimal API source generator
Exploring the .NET 8 preview - Part 4
In this post I take a look at the new minimal API source generator added in .NET 8 preview 3 to support AOT, and explore the code it generates.…

