Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in async-await

Async/Await vs TPL vs WCF Service vs Web API: So many choices

Should this MVC4 API call be async?

How to handle multiple request batch processing using Task in ASP.NET?

Converting a IEnumerable<T> to IObservable<T>, with maximum parallelism

Is there a .NET 4.5 equivalent to: Storagefile.Openasync

c# .net async-await

Under what circumstances should an Async method support cancellation

The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))

using Task.FromResult to create async wrappers around sync functions?

c# async-await

Should I always complete a TaskCompletionSource?

How async / await can help in ASP.Net application?

async as a method result manager?

c# async-await

Changing an asp.net app to use async little by little

Strange execution jump when using async/await and System.Threading.Tasks.Parallel

How to buffer a burst of events into fewer resulting actions

c# async-await

How to create a Task which always yields?

How to get exactly result from async methods via await without Task.Result?

c# async-await

Unit tests and multiple async tasks

How to do transactions in python with asyncio and postgres?

Using ConfigureAwait(false) for private async methods?

c# async-await

Chaining async functions?