Tactics for Building Background Services in .NET - Kevin Griffin - NDC London 2023
NDC Conferences NDC Conferences
191K subscribers
12,214 views
0

 Published On Jun 7, 2023

Mature applications often find themselves in the predicament of having to do work "behind the scenes." Frequently this could be simple tasks such as sending emails or updating statistics. Or it could be something more complicated, like processing incoming files or building reports. These tasks should not impede the user experience because they can be done in the background.

But in modern .NET applications, what's the best way to implement background services? There isn't necessarily a right or wrong way, but there are ways that are "easy to write" and methods that are "easy to scale."

This talk aims to take you on a journey through several processes that allow you to do work in the background. We'll cover the pros and cons of different approaches and leave you with actionable advice to take back to your projects.


Check out our new channel:
NDC Clips:
@ndcclips

Check out more of our featured speakers and talks at
https://ndcconferences.com/
https://ndclondon.com/

show more

Share/Embed