My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
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 startup. Each approach allow registering tasks using DI, but have different trade offs…
In this post I look at the problem of running one-off tasks asynchronously on app startup in ASP.NET Core, and explore the pros and cons of each option…
In this series I look at the problem of running one-off tasks asynchronously on app startup. I explore the options and discuss pros and cons of each…
In this post I show how to control which secrets are loaded from AWS Secrets Manager when your ASP.NET Core app start.…
Stay up to the date with the latest posts!