A nicer base class for ASP.NET Core hosted services
ASP.NET allows developers to define custom tasks whose execution and lifetime is automatically handled by the host application. These tasks are represented b...
ASP.NET allows developers to define custom tasks whose execution and lifetime is automatically handled by the host application. These tasks are represented b...
I recently had the odd but totally reasonable requirement to split a single C# async iterator between its consumers. If you’re not familiar with async iterat...