Skip to content

PillowMetal/BuildingAsyncAPIAspNetCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building an Async API with ASP.NET Core

This repository contains the fully functioning finished sample code for my Building an Async API with ASP.NET Core course.

It contains best practices on how to improve scalability by writing async code, naming guidelines, when it makes sense to use async on the server and when it doesn't, integrating with external services (including working with multiple calls & dealing with cancellation) and a set of common pitfalls to avoid.

Built with ASP.NET Core 2.1

If you're interested, you can find the course at https://app.pluralsight.com/library/courses/building-async-api-aspdotnet-core/

About

Fully functioning finished sample code for my Building an Async API with ASP.NET Core course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%