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 ... 16 17 18 19 20 ... 88
Title Δ
Is it better to return an empty task or null? c# +0.26
What is the use of task in MemoryStream ReadAsync? +1.05
Asynchronous Access vs Asynchronous SQL 0.00
Take a cancellationtoken or expose a method for cancellation? 0.00
What are the differences between `async void` (with no await) vs `v... +0.25
Async call in Controller, calling a void method in model. (asp.net... -0.44
How to stop thread reuse while still having uncompleted child-threa... 0.00
Not awaiting a task in a web api request 0.00
Passing an async delegate toTask.Run? -1.06
Does Task.Result have any impact when used after the await statement? +1.30
UWP System.StackOverflowException 0.00
BeginInvoke not supported on .NET core? (PlatformNotSupported excep... 0.00
When is a Task with a lambda executed (without using Task.Run)? -2.63
If I read from a stream from WebRequest.GetResponseStream am I read... 0.00
TPL DataFlow One by one processing 0.00
Async, Await in visual studio 2010 0.00
RxJS/Rx.Net Observable-subscribe vs async-await 0.00
What's the most efficient way to combine two Tasks? +1.56
Get first IObservable event without blocking the thread/task that w... +0.28
Does Task.Yield really run the continuation on the current context? +1.75
C# await Task is executed synchronously -1.21
Creating awaitable tasks using LINQ +0.98
Async Task not returning to main thread +1.07
Do you need background workers or multiple threads to fire multiple... +0.23
Parallel to async task on c# +0.25
How to post a webapi call using async and await 0.00
how do I return values from a `async Task` function? +0.26
Should I make a call to a brownfield API asynchronous if I know the... 0.00
How to handle cancellation on Task that wraping a third-party long... 0.00
Asp.Net core long running task 0.00
Does awaiting for Task.Run always wait for response -0.49
Why 'await' requires 'async' in function definition +1.17
Assign property, when Task completes 0.00
Collection was modified regardless its lock protection 0.00
Await in Unit tests and EntityFramework stored in CallContext.SetData +1.59
Processing values from a Thread Executing a yield return Function 0.00
Task.ContinueWith not delaying -0.74
In the context of ASP.NET, why doesn't Task.Run(...).Result dea... +1.27
StackOverflowExceptions in nested async methods on unwinding of the... 0.00
How to create a Task of an async Task method to catch the exceptions? -1.00
ASP.NET - async programming -0.23
Semaphores for single-threaded asynchronous async-await-style progr... 0.00
trying to run a function asynchronously using Async/Await, not work... 0.00
Benefits of async for Single-Threaded Application 0.00
Does await try to capture context when the current syncContext is a... 0.00
Await a synchronous method which has an asynchronous method invoked... +0.86
How to prevent a async task method get called concurrently +0.27
Why I need to call every function with async keyword for calling an... -2.55
Stopping a task without a CancellationToken +0.69
Is async await necessary in the following sample code? 0.00