Skip to content

Scaling using Asynchronous Programming in .NET Core 5

Notifications You must be signed in to change notification settings

SaelKhlouf/FunWithAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Programming with .NET Core Web API

This repository showcases the scalability of Asynchronous Programming, using .NET Core. I have made two end-points;

  • /sync: represents a synchronous operation that needs "seconds".
  • /async: represents an asynchronous operation that needs "seconds".

Technologies

  • ASP.NET Core 5
  • West Wind WebSurge 1.20

Getting Started

  • Install the latest .NET 5 SDK
  • Install the latest Swashbuckle.AspNetCore

Overview

Check out my article here for more information.

About

Scaling using Asynchronous Programming in .NET Core 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages