Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

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?

How to await a method in a Linq query

await Task.WhenAll() vs Task.WhenAll().Wait()

What actually happens when using async/await inside a LINQ statement?

c# linq asynchronous c#-5.0

Why is my async/await with CancellationTokenSource leaking memory?

Async implementation of IValueConverter

await Task.Factory.StartNew(() => versus Task.Start; await Task;

c# async-await c#-5.0

How can I use the async keywords in a project targeting.net 4.0

How to yield return item when doing Task.WhenAny

c# async-await c#-5.0

How is async w/ await different from a synchronous call?

ReSharper: setting C# language level for Solution

Combining CallerMemberName with params

Why can't I catch an exception from async code?

c# .net c#-5.0

Using async without await?