1
Answer

Using Async/Await With Asp.NET webforms.

richard smith

richard smith

8y
1k
1
Asp.NET/C# project with webforms.   I have 6 stored procedures that are each executed independently of one another slowing down page load time.  How would I write an async/await method to execute each one at the same time and expedite the page load?
 

Answers (1)