An open API service indexing awesome lists of open source software.

https://github.com/marcominerva/longrunningsample

A sample that shows how to use handle long running operations in an ASP.NET Core application
https://github.com/marcominerva/longrunningsample

c-sharp dotnet hangfire minimal-api visual-studio

Last synced: 7 months ago
JSON representation

A sample that shows how to use handle long running operations in an ASP.NET Core application

Awesome Lists containing this project

README

          

# Long Running Operations Handling Sample

A sample that shows how to handle long running operations in an ASP.NET Core application

Execute the file [Scripts.sql](https://github.com/marcominerva/LongRunningSample/blob/master/Scripts.sql) in your database to create the `Executions` table that are needed by the sample, then update the connection strings in the [appsettings.Development.json](https://github.com/marcominerva/LongRunningSample/blob/master/LongRunningSample/appsettings.Development.json#L3-L4) file.