Building an Async API with ASP.NET Core

Go to class
Write Review

Free Online Course: Building an Async API with ASP.NET Core provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Building an Async API with ASP.NET Core is taught by Kevin Dockx.

Overview
  • Coding an asynchronous API comes with its own set of challenges. In this course you'll learn what they are and how you can benefit from writing async code. You'll learn how to do that starting at the bottom layer and working right up to the top.

    Coding an asynchronous API comes with its own set of challenges. In this course, Building an Async API with ASP.NET Core, you will gain the ability to increase the scalability and performance of your API by writing async code. First, you will learn how asynchronous code actually works and what the advantages can be. Next, you will discover how to consume an EF Core data store asynchronously, how to expose that data via an API, and how to call into a service asynchronously. Finally, you will explore how to avoid common pitfalls when writing async code. When you’re finished with this course, you will have the skills and knowledge of asynchronous code needed to build a fully async API with ASP.NET Core.