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 discuss some feedback on my previous posts about running async tasks on startup, including why database migrations were a poor example…
In this post I show two approaches for running tasks asynchronously on app startup. Both approach allow registering tasks using DI, but have different trade…
In this post I look at the problem of running one-off tasks asynchronously on app startup in ASP.NET Core. I explore the options and discuss pros and cons…
In this series I look at the problem of running one-off tasks asynchronously on app startup in ASP.NET Core. I explore the options and discuss pros and cons…
In this post, I describe how to create a custom ITwilioRestClient, register it with the DI container, and inject it into an MVC controller.…
In this post I discuss string.GetHashCode(), why it's randomised, and hash-attacks. I also provide a deterministic implementation you can use when it's safe…
Stay up to the date with the latest posts!