Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

async function over a list

c# async-await c#-5.0

Why does cancellation block for so long when cancelling a lot of HTTP requests?

How to handle exceptions when using Task Parallel Library Task.WhenAny()

What's the alternative to DataTable with ADO.NET under MVC 6?

Is there a way to Imitate C# 6 Null-Conditional operator in C# 5

c# .net c#-5.0 c#-6.0

C# avoid repetition when working with base constructors

c# .net architecture c#-5.0

How can I get the continuation after an await to execute on the same thread?

c# async-await c#-5.0

How to implement the TryDoSomething pattern with async [duplicate]

C#5 AsyncCtp BadImageFormatException

async-await c#-5.0

Get result of async method

c# async-await c#-5.0

Rewrite multi-thread wait using async/await

Linq: Extension method on IEnumerable to automatically do null-checks when performing selects

c# linq c#-5.0

Cannot access a closed file when using FileStream.CopyToAsync?

c# async-await c#-5.0

.NET async\await fundamentals

Does Calling Result on an Async function cause block indefinitely?

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

Can't await async extension method

Are previous versions of C# compiler just an emulation in Visual Studio? [duplicate]

c# closures c#-5.0

Resolving a member name at runtime

Propagate OperationContext into Async WCF Call

DataContractSerializer in WinRT

c# windows-runtime c#-5.0