Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Building .NET 4.5 Projects with Nant

nant .net-4.5 c#-5.0

Service Bus Workflow Activities

Is it possible to use the C# 5 compiler from VS2010?

Is there an elegant LINQ solution for SomeButNotAll()?

c# linq .net-4.5 c#-5.0

Await on the last method line

c# .net async-await c#-5.0

Unexpected compile time error with dynamic

A code example illustrating the difference between the paradigms of async/await and Reactive (Rx) extension?