How to Create async Indipent Process in Asp.net MVC with API

Sundar Dot 1 Reputation point
2021-11-20T07:17:10.827+00:00

Mvc asp.net with API I need Download long Size File When i click Buttion Just Say File Will Download Shortly msg and Continue Next Steep ,The File Create and Download Process will Continue Indipent like async method i need just Idea

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,600 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,091 Reputation points
    2021-11-20T08:38:48.32+00:00

    Hi @Sundar Dot ,
    According to your description,I think you want to alert message and download the file at the same time. You could use await, async and task to impletement the Asynchronous Methods.
    Best regards,
    Yijing Sun


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.