Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

C# 5 and async timers

c# .net timer async-await c#-5.0

Why compiler does not allow using await inside catch block

Why return type of async must be void, Task or Task<T>

.net async-await c#-5.0

Does async and await increase performance of an ASP.Net application

Parameter for POST Web API 4 method null when called from Fiddler with JSON body

Code Contracts + Async in .NET 4.5: "The method or operation is not implemented"

Can I have my assembly reference any version of another assembly? [duplicate]

c# .net .net-3.5 c#-5.0

Why does WebClient.DownloadStringTaskAsync() block ? - new async API/syntax/CTP

using await inside properties in C# [duplicate]

c# .net async-await c#-5.0

Async all the way down?

c# async-await c#-5.0

Async-await Task.Run vs HttpClient.GetAsync

Difference between await and async and Task parallel library

c# .net c#-4.0 c#-5.0

How to attach CancellationTokenSource to DownloadStringTaskAsync method and cancel the async call?

ICommandHandler/IQueryHandler with async/await

Why is this TAP async/await code slower than the TPL version?

Nesting async/await methods

c# async-await c#-5.0

Debugging exceptions in a Async/Await (Call Stack)

Interface implementation with optional arguments

c# .net .net-4.5 c#-5.0

Unnecessary async/await when await is last?