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 ... 69 70 71 72 73 ... 88
Title Δ
Starting multiple async/await functions at once and handling them s... -2.20
What about async/await in MVC? 0.00
How to run a background process in response to selection change eve... 0.00
What is the right pattern for a async data fetching method in .net... +0.31
How to get asynchronousy without new threads or async and await key... 0.00
How to use async-await with WCF in VS 2010 for WP7? -2.37
Is it possible to await an event instead of another async method? +0.24
DataReader result truncated when reading from StreamSocket 0.00
Unit testing async method for specific exception +0.35
Asynchronous recursion in .NET 0.00
Fire-and-forget with async vs "old async delegate" +0.94
OperationContext.Current is null after first await when using async... -0.02
Should we switch to use async I/O by default? -0.33
How to pass execution to the UI thread in a task when having to wai... 0.00
MVC 4 ApiController and async concurrency 0.00
Read File and Return Synchronously (Metro App) 0.00
How can I get the continuation after an await to execute on the sam... -1.81
ASP.NET MVC 4 async child action 0.00
Writing an async controller and updating progress +0.33
Confusing behaviour when invoking async methods inside ASP.NET 0.00
Async and Await with HttpWebRequest.GetResponseAsync 0.00
How to asynchronously populate a GridView as the items are retrieve... -0.06
How to handle concurrency with StorageFile operations? +0.38
Resource locking with async/await 0.00
Configuring the continuation behaviour of a TaskCompletionSource's... +1.65
Task.WhenAny and Unobserved Exceptions +1.69
When should i use async/await and when not? 0.00
Real advantages of Async-Await? 0.00
What can cause GetFileAsync to hang? 0.00
Custom awaitables for dummies -2.57
AspNetSynchronizationContext +0.35
Parallel Cache using Reactive extensions -2.44
Is async and await exclusively for GUI-based asynchronous programmi... -2.07
Can the last await be replaced with an explicit wait? +0.52
How to unit test a synchronous method calling asynchronous method? -0.67
await UDPClient.ReceiveAsync with timeout -1.43
Using .Net 4.5 Async Feature for Socket Programming -2.34
Progress Reporting from an Async method in a Windows 8 Store App 0.00
Return DataTable using async .net 4.0 -0.28
How to update the single UI thread with multiple downloading thread... 0.00
async Task is freezing the UI +0.67
Throwing exceptions in ASP.NET Web API 'PUT' controller actions is... -0.16
.NET threading like Node.js/V8? +0.63
using AsParallel with the async await keywords +1.94
Significance of declaring a WPF event handler as 'async' in C# 5 +1.69
Code not executing within nested async methods 0.00
Is Async I/O generally a little slower than sync I/O? -1.32
Singleton Class which requires some async call +0.17
How can I implement a 1s delay before my progress/cancel dialog is... -0.46
What happens while waiting on a Task's Result? +2.25