
Consuming message queues using .net core background workers – part 2: background workers
In the previous article of this series we talked a bit about Message Queues. This time instead I’ll be introducing Background Workers. Just to recap, Message Queues can be used to handle asynchronous communication between services, improving resiliency and scalability. Now, suppose you have an API for handling blog posts...
2019, Jul 04 — 3 minute read