Background Tasks in .NET
It seems like every application I’ve ever written, at some point needs to run a task in the background that is to be scheduled at some point in the future. My need for tasks as reoccurring batch jobs has decreased significantly over the years because of my applications being more event driven. Nowadays, I will often use Event Stores Persistent Subscriptions with my event stream as a queue. However, I’m not event sourcing all parts of the application and not always using Event Store. If you have any questions, please follow me on Twitter. https://www.youtube.com/watch?v=UAWDMYKy8PMVideo can’t be loaded because JavaScript is disabled: Running… Read More »Background Tasks in .NET