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 series I describe the new Microsoft.FeatureManagement library for adding feature flags to ASP.NET Core apps…
In this post I give a brief introduction to the preview Microsoft.FeatureManagement library and how to use it in an ASP.NET Core app…
In this post I describe an approach to running tasks on startup that uses IHostedService to run the tasks and exposes their status using health checks…
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…
Stay up to the date with the latest posts!