78 Views
Often we come across scenarios where invoking a Web API endpoint triggers long-running tasks. In this article, we're going to explore the different ways we can implement such a long-running task in an ASP.NET Core Web API. Let's dive into it. Let's take an example from the E-Commerce domain.
0 comments