c# – My implementation of a long running task with progress and its weaknesses
Question: Situation: There is an asp.net mvc application. There is a button by clicking on which the process of generating a certain report starts. The report can be generated for quite a long time, for example, several minutes. After starting the generation, it is also necessary to show the user …
c# – My implementation of a long running task with progress and its weaknesses Read More »