Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

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

FindElement doesnt iterate when iterating elements in IReadOnlyCollection

How to override ToString() on enum in C#? [duplicate]

c# enums overriding c#-5.0

EF6 alpha Async Await on an Entity Stored Procedure / Function Import?

Create an extension method to do periodic work

Overload resolution, extension methods and genericity in C#

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 do you send multiple parameters in a Url.Action?