You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple api result is not depend on each other then rather than calling them and await them we can call all the api at the same with Task.WhenAll.
We have created .Net 6 api and calling that api in .Net 6 console app for testing.
About
Here we are calling multiple api in efficient way by using Task in .Net 6