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 ... 19 20 21 22 23 ... 88
Title Δ
Running a polling job in a windows service with TPL 0.00
Write buffers to response stream or at end of long running request? 0.00
Will HttpClient Async methods run in new threads +0.26
Debugging Task.WhenAny and Push Notifications -2.44
Raise async event in EF's DbContext.SaveChangesAsync() +0.61
How to use async method in DelegateCommand -1.07
Why GattDeviceService.FromIdASync() fails to finish? 0.00
Generic async Retry with Timeout function in C# +0.02
implement async in a foreach .net 4.5 mvc 0.00
Sending special character for a web-api project 0.00
Should I add the async modifier if I return a Task in an expensive... +1.32
How to post data using HttpClient? (an answer than actually works) +0.23
Should I await a 'async Task' function if I don't care... -0.84
Async Await Equivalent 0.00
Update progress bar from Task.Run async -3.04
Is Task.Run appropriate here, wrapping network calls? +0.25
How to implement the await keyword? -0.75
Correctly cancelling and clearing a CancellationToken +0.27
Use await for background threads or not? +0.25
Should I use ConfigureAwait(false) on my Task.Delay inside my Task.... +0.25
Most Appropriate Use Of Async/Await When Not Returning The Task Dir... -0.46
Task.Run how it works +0.25
Why would one use Task<T> over ValueTask<T> in C#? +2.23
What's the effect of AsyncLocal<T> in non async/await code? 0.00
How to block a method while an asyncronous method is running withou... 0.00
Implement Static HttpClient in Web App 0.00
Performing concurrently http requests using httpclient in .NET C# 0.00
Under what circumstances will awaiting a cancelled task throw TaskC... 0.00
c# async await threading- how it work? 0.00
Is an async function returning a Task usable only by an async funct... -0.16
Was ManuallyPumpedSynchronizationContext required in Jon Skeet'... +1.31
Why is async considered better performing than multithreading? +1.04
C# await on GUI thread and catch exceptions WPF 0.00
If every async has an await and every await is applied to an async,... +0.89
How to use Await/Task for DownloadFileAsync/UploadFileAsync or an a... +0.24
How to Run C# tasks in Sequence -1.34
C# Xamarin Forms - Executing task, with timeout 0.00
Is async await truly non-blocking in the browser? +1.09
How to stream with ASP.NET Core +1.13
async/await events 0.00
how can i force await to continue on the same thread? +0.99
Using HttpContext outside of a controller -0.52
async await for a single task at a time +1.31
How I can download resources from internet and report that inmediat... 0.00
C# run X number of Task<T> at any given time while keeping Wi... +1.18
Is there any benefit to awaiting a Task.Run in an async controller... 0.00
Looking for what caused the "A Task's exception(s) were no... 0.00
C# Asynchronous call "invoke and forget" +1.71
Label in WPF application not updating +0.24
How to solve async method lacks 'await' operators and will... 0.00