Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

Compiler Error: Cannot convert from 'List<string>' to 'IList<object>'

.net covariance c#-5.0

async await (again) inside lambda

Tuples vs. custom struct for async version of a method with ref/out parameter

c# async-await c#-5.0 out ref

How to use async/await with a library that uses an event-based asynchronous pattern?

Why InvalidCastException when awaiting Task-returning method?

c# .net async-await c#-5.0

XElement to file save with async/await in C#

Embedd Swagger UI into Blazor Server Side App

C# extension method overloading causes "missing assembly reference" error

c# extension-methods c#-5.0

async await usages for CPU computing vs IO operation?

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

Iterators in VB.NET vNext, and limitations of iterators in C#

vb.net iterator c#-5.0

C#5 ReadAsync and Iterators

Is this the correct way to write asynchronous methods?

Thread.Sleep in Task.Run

Awaiting lots of tasks

Synchronous Concurrent HttpClient Usage

Is this C# code legal?

TaskCreationOptions for an async Task Method

What is the best way to return completed Task?