Used async, await or Task before in C#? This helps us program in asynchronous, but is it the best way to go with a web application?
We explore what exactly is synchronous and asynchronous is. Afterwards, we go through a demo that uses an ASP.NET Core API. We test these endpoints and run a certain number of threads against that API to see how it performs using sync and async methods.
📖 Learn .NET and C# with our online courses 📖
https://www.roundthecode.com/dotnet-c...
► More Information: https://www.roundthecode.com/dotnet-t...
#aspnetcore #csharp #webapi