- 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.

Using the new configuration binder source generator
Exploring the .NET 8 preview - Part 1
In this post I introduce the new configuration binder source generator added in .NET 8 preview 3, explore how it works, and how to use it in your apps.…

Exploring the .NET 8 preview
In this series I explore some of the changes and new features released in the .NET 8 previews.…

Validating nested DataAnnotation IOptions recursively with MiniValidation
In this post…

Making authenticated cross-origin requests with ASP.NET Core Identity
In this post I describe how to make authenticated cross-origin requests from the browser to an app using ASP.NET Core Identity.…

Adding client-side validation to ASP.NET Core, without jQuery or unobtrusive validation
In this article I describe how to use the aspnet-client-validation library to provide client-side validation instead of relying on jQuery.…

Understanding the .NET ecosystem: The introduction of .NET Standard
In this article, previously part of my new book, we look at .NET Standard, look at why it was created, and discuss its future.…

