StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Stephen Cleary

Rating
1683.07 (234th)
Reputation
420,505 (85th)
Page: 1 ... 15 16 17 18 19 ... 88
Title Δ
Why can't use Task<>.Result property? +0.25
Delphi - Making asynchronous calls to WinRT API using TTask.Future 0.00
Async methods with or without ConfigureAwait on NetStandard lib for... 0.00
Task.Run with async lambda 0.00
AWS Lambda c# asynchronous API calls -0.36
Webapi2 - Return from controller action after one task completes, b... -1.78
Generic and non-generic method with similar body 0.00
C# async/await write to textbox +0.25
How to chain calls, using response as input for another +0.25
Why is CS4014 not shown for all functions that return a task? +1.91
How to implement an event if I have event in interface, also how I... 0.00
Is Async Web API good for any practical purpose? 0.00
Cross-thread operation not valid using async/await in VSTO 0.00
Parallel: lifetime of ThreadStatic properties (.NET) 0.00
Relating Task exception to a Task<T> response -0.25
How to use multithreading or any other .NET technology to scale a p... -0.07
Handling exception from non-awaited Task +0.26
Right using AsyncReaderWriterLock? 0.00
RedisSessionProvider and Async methods 0.00
Awaited async Task loses HttpContext.Current 0.00
What do we call JS async "strands of execution"? -0.27
How is async/await working in serial and parallel? -0.62
safely send observable elements over awaitable tcp connection 0.00
TPL Task deadlock when calling async from sync without await in MVC +1.10
Suggested pattern for gracefully restart cancelled async Tasks on n... 0.00
Is this approach better than just firing stream.Read() in a Task.Run? +0.67
C#-how to use the result of an API call multiple times -0.75
Is there any reason to use CopyToAsync between two MemoryStreams +0.95
How to get result from async Task<> when I cannot Run()? +1.31
How to display a System.Threading.Tasks.Task<double> as a lab... +0.21
Why exactly is void async bad? -0.25
ASP.NET MVC not executing async function parallel +1.09
async/await debugging in WinForms: system.invalidoperationexception... 0.00
Entity Framework - lazy loading or additional async/await query met... +0.21
C# Multi threading reading from network stream -0.93
Don't wait for other task to finish when a specific task has no... +0.25
Overriding SaveChangesAsync when enclosed inside TransactionScope? 0.00
How best to wait for DialogResult (async) 0.00
C# starting tasks to run async methods 0.00
Returning Task<int> freezes the UI? +0.23
Canceling the previous Async Task using CancellationTokenSource +1.04
How to use Rx.Nex extension ForEachAsync with async action +0.68
How to invoke an event asynchronously? -0.07
How to update this BackgroundWorker to async/await? 0.00
Async tasks stop running when one of them returns false 0.00
How do I invoke method after a task is completed? -0.75
C# Razor Task<string> async not working 0.00
How to synchronize access of shared data between tasks? 0.00
async void when overriding 0.00
How to return values from async functions using async await from a... +0.25