richard smith

richard smith

  • 1.4k
  • 285
  • 157.1k

Using Async/Await With Asp.NET webforms.

Mar 10 2016 8:44 AM
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)