1

I want to implement a logic which gets the data from the database Async.

Can anyone guide me how can I implement ASync Task in ASP.NET, C#. I want to start that task in Global.asax (Application_Start) so I can fetch my data from the cache which is stored Async.

Thanks.

1 Answer 1

3

check out the following links

Executing Asynchronous Tasks in ASP.NET

Performing Asynchronous Work, or Tasks, in ASP.NET Applications

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.