The Background on Background Tasks in .NET 6, by Scott Sauber
JetBrains JetBrains
199K subscribers
7,084 views
0

 Published On Nov 2, 2022

This talk was part of the JetBrains .NET Days Online 2022 conference. Details: https://pages.jetbrains.com/dotnet-da...

Description: Need to run a task in the background in .NET 6? There are lots of scenarios for background tasks, ranging from a task that runs for a long time to 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 – so many, in fact, that .NET developers can sometimes be unsure of which one to choose. Such solutions include IHostedServices, BackgroundServices, Worker Services, Hangfire, and more. In this talk, we'll break down all of these solutions, go over their pros and cons, and discuss when to choose one over the other. We’ll also take a deep dive to see how they all work under the hood.

Speaker: Scott Sauber, Director of Engineering at Lean TECHniques Inc
Twitter:   / scottsauber  
Slides and code: https://scottsauber.com/

Original stream:    • JetBrains .NET Days Online 2022. Day 2  

#dotnet #JBDotNetDays

show more

Share/Embed