Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-5.0

Examples of solutions using C# 5 Caller Information

c# .net-4.5 c#-5.0 aop

async void, await, and exceptions - why do exceptions thrown after 'await' from the GUI thread require AsyncVoidMethodBuilder for marshaling?

Data type for storing object pair other than Dictionary in C#

c# c#-5.0

Kestrel :: Bind to multiple HTTP and HTTPS urls through appsettings.json

How to get access to application context from the thread that was created via Task.Factory.StartNew

How can I get Linqpad intellisense to show C# 5.0 methods?

c# linqpad c#-5.0

"await/async": Why the 2 pieces of code doesn't run the same?

Entity Framework 5 adding existing entity to nested collection

HTTPContext in multiple await scenario

How Task.WaitAll() Behave?

c# c#-5.0

Questions regarding Task Programming

How does C# 5 async return to main thread?

c#-5.0 async-ctp

Async abstract method and derived classes in API design

Can Task objects only be used for threadpool threads?

delegate contravariance (parameter compatibility)

c# c#-5.0

Update progress bar in another form while task is running

c# winforms c#-5.0

Handling configuration change for async methods

TaskEx.WhenAll and Exceptions