Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

Is there any performance gain when using async in Data Access Layer?

Winforms asynchronous loading large data?

ASP.NET Identity + Entity Framework + SQLite to share [closed]

calling async methods from sync service layer boundary

How to process tasks as they complete -but each task requires different method to process task's result

await not calling my method and it never returns

Reading files asynchronously

c# asynchronous c#-5.0

How to bind a value to a variable in a programmatically generated Linq Expression

How does C# 5.0 async work?

How to validate a decimal to be greater than zero using ValidationAttribute

Async and Await in nested call. Not awaiting on a method which does an await causing IIS crash

c# async-await 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