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 ... 20 21 22 23 24 ... 88
Title Δ
Wrapping a non async-method (which does web calls) into async +0.26
C# TPL Task propagate exceptions - Multi-level task 0.00
Issue with System.Threading.Tasks.Task.Factory.StartNew() in UWP? 0.00
ThreadStatic in asynchronous ASP.NET Web API +0.26
Asynchronous Programming with c# - async , await and Task.Run +0.26
Can I write generic extension method to run task? 0.00
C# MVVM Unresponsive UI on many RaisePropertyChanged +0.26
How are Timers Triggered Internally 0.00
How to wait if the first code is under execution? +0.49
MVC function returns but waits for async function before sending re... +0.25
How to properly cancel Task.WhenAll and throw the first exception? 0.00
How to use EventArgs raised inside an async method in Form.cs witho... 0.00
Issue with calling async method inside Parallel.Foreach method +0.26
How do yield and await implement flow of control in .NET? -0.27
await Task inside awaited Task - when does the rest of the code exe... 0.00
best practice for using async await in webapi +0.25
Ping ASync Problems +0.26
Task.Delay() releases UI Thread? 0.00
Does a pass-through async method really need the await/async pattern? 0.00
Threads vs Async on threaded languages such as C#? 0.00
Is there any difference between "await SaveChangesAsync()"... 0.00
Starting async/await from any arbitrary (synchronous) method 0.00
Async task will not produce the good response 0.00
How to know all async/await completed? -1.01
Is there a difference with Task.Run a void method and Task method r... 0.00
Thread.Sleep or Task.Delay in a synchronous method with both a sync... 0.00
Suppress exception from Task.Delay() 0.00
Task.Factory.StartNew isn't running how I expected -0.24
How to use Task.WhenAny with ReadLineAsync to get data from any Tcp... -0.25
C# Progress method executes after the await returns 0.00
How to execute multiple async Tasks concurrently +0.48
c# async await and exception -0.30
how and when to fetch return from awaitable(async) method -0.23
Synchronously calling async method in WebAPI deadlocks even with Co... +0.26
When using "Async" Methods are there Threads of the Threa... 0.00
How should Task.Run call an async method in VB.NET? 0.00
Load data (async/await) +1.01
unable to use Async await in calling soap service 0.00
Is the order of async calls maintained in .NET? Implementing Logger... +1.09
Await kills process +1.45
Why is the exception not being caught? -2.57
Reporting progress from Async Task 0.00
Using async/await or task in web api controller (.net core) +0.20
How does a TCP packet arrive when using the Socket api in C# -2.68
".Result" doesn't not seem to be acting synchronusly 0.00
How to get the result of a task when using Task.WhenAny to account... -1.27
How do async and await replace existing approaches? -0.77
Does Task.ConfigureAwait(false) on the last method line affect anyt... 0.00
Why the Task doesn't show canceled status -0.19
Update UI from awaited method of another class in universal windows... 0.00