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
- Host: GitHub
- URL: https://github.com/marcominerva/longrunningsample
- Owner: marcominerva
- License: mit
- Created: 2023-11-03T15:25:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T15:46:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T08:26:17.045Z (9 months ago)
- Topics: c-sharp, dotnet, hangfire, minimal-api, visual-studio
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.