mvcguy / LongRunningActions

A sample project demonstrating how to handle long operations while the user can still navigate across other parts of the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long Running Actions

A sample project demonstrating how to handle long operations while the user can still navigate across other parts of the application. The application is based on aspnet core 1.1 and uses an in-memory session to keep track of long running operations. There is still room for lots of improvements, but it is a proof of concept and can generalized based upon specific needs and requirements.

Note

Requires aspnet.core 1.1 and Visual Studio 2017.

About

A sample project demonstrating how to handle long operations while the user can still navigate across other parts of the application

License:Apache License 2.0


Languages

Language:C# 99.2%Language:CSS 0.7%Language:JavaScript 0.0%