Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Task.WhenAll for calling multiple api

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages