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 ... 10 11 12 13 14 ... 88
Title Δ
How to test async Task method 0.00
C# Queue a Task returning the result when it will be executed from... 0.00
Is there a way to cancel execution of method in cancelled task? 0.00
How do I pass variables back out to the calling method in my contol... 0.00
Does calling an async method immediately running its commands +1.52
How to ensure a process started in aspnetcore background service is... -0.76
How is a task with await executed with no additional threads +0.46
Is there a data structure in C# like a ConcurrentQueue which allows... 0.00
Is it necessary to wrap the continuation that will be in non-GUI th... 0.00
How to cancel a specific task by its ID +0.88
how to use async and await so that it will create a different task... +0.73
Proper way to handle C# AggregateException -0.58
How valid is it to use `Result` inside `Task.Run` 0.00
Postsharp: ThreadAffineAttribute and async method -1.02
How to restart CancellationTokenSource after make it cancel in c#? 0.00
Argument 1: cannot convert from 'System.Threading.Tasks.Task<... 0.00
System.IO.Pipelines Length Field Based TCP Decoding 0.00
How to handle cancellationToken.cancel for Task.delay in c#? 0.00
How to bubble up an exception 0.00
SendAsync is blocking UI thread 0.00
Executing a stored procedure asynchronously without awaiting it and... 0.00
Actor model advantages over task-based asynchronous pattern 0.00
C#: How to convert Task<T[]> to IEnumerable of Task<T> +0.25
Dependency Injection of DbContext in .Net Core console app: A secon... 0.00
How do I make 2 infinite loops with Await and Async 0.00
How to await an async delegate correctly? -2.52
Blocking UI on click in Caliburn.Micro, WPF 0.00
How to correctly refresh data in a grid using Task in WPF -0.40
Within Parallel.ForEach loop, I want to increment a var but Interlo... 0.00
C# await in using 0.00
Is it good to change threads to async-await template? 0.00
Async/Await Multiple Linq Statements -1.33
Global try catch handler for all the web api async await methods 0.00
TPL Dataflow: Cancellations 0.00
C# Need to wait for thread to finish without blocking UI thread -0.28
WebException when calling WebClient.CancelAsync on "await Down... +0.17
What's the advantage of using async/await in a win service -3.01
How to read/write from a global variable in main thread +0.56
Using Parallel.ForEach vs TPL.Dataflow or other solution for applyi... 0.00
dispatcher invoke async await .net 4.6.1 -0.82
Is there a way of running a single method call using more threads? 0.00
Long running async method vs firing an event upon completion 0.00
How to avoid InvalidOperationException was thrown when ChannelReade... 0.00
"Program does not contain a static 'Main' method suita... +0.24
Why access Task.Result in the synchronous mode doesn't cause a... 0.00
Infrastructure - both sync & async interface & implementati... +0.66
Does asynchronous model really give benefits in throughput against... +0.67
Is it safe to subscribe to an observable with an async function +0.97
Can we call await in constructor? 0.00
Why are new instances of a list being created when adding Tasks? 0.00