Async workaround ideas for a shared class library problem

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • SonarLint - Clean code begins in your IDE with SonarLint
  • AsyncEx

    A helper library for async/await.

    This library has class that will allow you to safely run async code in Sync-context enabled environment.

  • AsyncAwaitBestPractices

    Extensions for System.Threading.Tasks.Task and System.Threading.Tasks.ValueTask

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • AspNetCoreDiagnosticScenarios

    This repository has examples of broken patterns in ASP.NET Core applications

    This is a good writeup by one of the .Net developers on common pitfalls, this one included. https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md

  • Async-ASP.NET

    ASP.NET MVC 4/RC, Web Forms and Web API Asynchronous samples

    And for an example: https://github.com/RickAndMSFT/Async-ASP.NET/tree/master/WebAppAsync

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts