Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

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

Reading from serial port asynchronously using Async await method

How to wait until all tasks are finished before running code

Cancelling all tasks when a new one is created

c# .net-4.5 c#-5.0

What is the best way to return completed Task?