登录

Developing an Asynchronous ASP.NET Core Web API - Kevin Dockx

2024-12-18 23:03:45
Developing an Asynchronous ASP.NET Core Web API - Kevin DockxDeveloping an Asynchronous ASP.NET Core Web API - Kevin Dockx

In "," you'll delve into the intricacies of enhancing the scalability of your ASP.NET Core API through asynchronous programming. Gain a deep understanding of utilizing the async/await keywords effectively, exploring their internals, and determining optimal usage scenarios. Through practical exercises, uncover how to evaluate the performance impact of async code and master techniques for async streaming, cancellation, and exception handling.

By the end of Developing an Asynchronous ASP.NET Core Web API - Kevin Dockx, you'll possess comprehensive knowledge of crafting asynchronous code within ASP.NET Core, empowering you to build more scalable and efficient web APIs.

Developing an Asynchronous ASP.NET Core Web API Table of contents:

  1. Understanding the Power of Asynchronous Code (22 mins)
  2. Starting at the Bottom with Your Data Access Layer (38 mins)
  3. Asynchronously Reading Resources (44 mins)
  4. Asynchronously Manipulating Resources (32 mins)
  5. Supporting Asynchronous Streaming (12 mins)
  6. Dealing with Asynchronous Service Integrations and Supporting Cancellation (48 mins)
  7. Additional Return Types and Avoiding Common Pitfalls (22 mins)...