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.