Prevent deadlock while calling async method inside synchronous one (inside environment with synchronization context)

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vs-threading

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  • I'd recommend a look at https://github.com/microsoft/vs-threading (don't worry about the name, you can use it outside of VS environment too).

  • AsyncBridge

    A library to help bridge C# async method execution from synchronous methods, such as in Windows Forms and ASP.NET.

  • I just use https://github.com/tejacques/AsyncBridge

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Implementing an Async Mutex

    1 project | /r/csharp | 3 Nov 2022
  • Is there a way to force an `async` computation / `MailboxProcessor` to use a unique thread?

    1 project | /r/fsharp | 31 Oct 2022
  • What NuGet packages do you automatically add

    1 project | /r/csharp | 16 Jun 2022
  • How would you fix this sync-over-async code?

    2 projects | /r/dotnet | 22 Apr 2022
  • Reentrant (Recursive) Async Lock is Impossible in C#

    2 projects | /r/dotnet | 20 Dec 2021