Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

Timeout for Action in Parallel.ForEach iteration

Await alternative in .NET 4.0?

Code coverage for async methods

Can I specify which variables I want to persist beyond the completion of an await continuation?

Asynchronous Programming with Async and Await

Using C# 5 async feature in Linqpad

c# asynchronous linqpad c#-5.0

HttpContent.ReadAsStringAsync causes request to hang (or other strange behaviours)

Why await is not allowed in a finally block?

c# async-await c#-5.0

Why doesn't a method containing an async lambda need to be Async itself?

c# asynchronous lambda c#-5.0

C# 5 .NET MVC long async task, progress report and cancel globally

How to emulate C# 6 null-conditional in C# < 6

c# c#-5.0 c#-6.0

Should method that get Task and passes it away await it?

c# async-await c#-5.0

Json.net Async when writing to File

async - stay on the current thread?

.net-4.5 async-await c#-5.0

How do I convert this to an async task?

Closure semantics for foreach over arrays of pointer types

Can/should Task<TResult> be wrapped in a C# 5.0 awaitable which is covariant in TResult?

Task<T>.Result and string concatenation

c# .net c#-5.0

How to throttle the speed of an event without using Rx Framework

C# 5 async/await thread mechanics feel wrong?

c# .net asynchronous c#-5.0