Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

ASP.NET CurrentUICulture behaves differently in Task and WebAPI deferred result

SynchronizationContext and ASP.NET Web API Extensibility Points

How to cancel async task via web request?

Multi-Threading a Large C# Application Using async/await

When calling Edge.js from C#, how do you hook stdout and stderr?

How to specify that HTTP Status Code 304 (NotModified) is not an error condition inside the Amazon S3 GetObject API?

Best concurrency framework for low latency, high throughput data transfer on single machine [closed]

UI Freeze when Implementing custom Asynchronous WCF call handling using tasks and callbacks in WPF application

How to aggregate the data from an async producer and write it to a file?

Is it possible to continue with task C after A and B run to completion without fault or cancellation using a single TPL method?

C#: Anything wrong with setting HttpContext.Current in a parallel thread?

Multithreading, lambdas and local variables

Task Handling on Application Shutdown

Confused by TaskScheduler and SynchronizationContext for sync-on-async, can't control the sync context?

Why is this exception not caught?

Returning value from Parent-Child tasks

c# task-parallel-library

WCF ChannelFactory asynchronous call

.NET TPL CancellationToken memory leak

Where are FIle.ReadAll***Async/WriteAll***Async/AppendAll***Async methods?

How to properly manage Completion in TPL Dataflow