ASP.NET Core in Action, Second Edition supports .NET 5.0. Buy the book in MEAP now, and get the chapters as they're written. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I'll describe how to fix the error "Program has more than one entry point defined" when you try and make a .NET Core test project a console app…
In this post I create a custom IPasswordHasher implementation that can be used in ASP.NET Core Identity to support other hashing formats, such as BCrypt.…
In this post I take a look at the PasswordHasher implementation from the ASP.NET Core Identity framework, and how it supports multiple hashing algorithms.…
Get your hands on a free eBook that provides an introduction to modern software development practices and how to apply them to .NET Core projects.…
In this post I show how you can run tests using the xUnit .NET CLI Tool "dotnet xunit" when building projects using Cake, by using the DotNetCoreTool alias.…
This post describes an issue that arose migrating from IdentityServer3 to IdentityServer4, where an OWIN app cannot validate a JWT issued by IdentityServer4…
Stay up to the date with the latest posts!