The Background on Background Tasks in .NET Core - Scott Sauber
NDC Conferences NDC Conferences
189K subscribers
17,463 views
0

 Published On Nov 13, 2020

Need to run a task in the background in .NET Core? There are lots of scenarios for background tasks ranging from a task that runs for a long time, reading messages off of a queue, or perhaps an operation that needs to be retried multiple times if it fails, and many other scenarios in between. While there are lots of scenarios for background tasks, there are also lots of solutions to this problem that can leave a .NET developer unsure of which to choose from. Solutions such as IHostedServices, BackgroundServices, Worker Services, Hangfire, and more. In this talk, we'll break down all of these solutions with their pro's and con's and when to choose one over the other, as well as a deep dive on how these all work under the hood.


Check out more of our talks at:
https://ndcsydney.com
https://www.ndcconferences.com/

show more

Share/Embed