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?
Loading
Pradeep SahooPosted Mar 18, 2016, 11:02 PM