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 ... 60 61 62 63 64 ... 88
Title Δ
asynchronous web response windows phone 8 0.00
creating a .net async wrapper to a sync request -1.16
Should I rewrite my code from ground up with async/await, or can I... +0.28
Binding and Async Operations -0.42
await works but calling task.Result hangs/deadlocks 0.00
What "Current" properties flow with ExecutionContext 0.00
to multi-thread or not on a scalable client-server application +0.74
Convert async lambda expression to delegate type System.Func<T&g... +0.21
Using Microsoft Fakes to Mock +1.76
Deserializing async 0.00
Why is this async method blocking the UI thread? -0.84
await PostAsync throws NullReferenceException in mscorlib 0.00
Why does task wait for Task.Run before executing next code but not... +1.14
Awaiting multiple Tasks with different results +1.01
How can I use async in an mvvmcross view model? +0.30
App architecture when using async/await on Windows Phone 0.00
Continuation tasks not executing in correct order -0.26
ASP.NET C#5 Asynchronous Web Applications Using Async & Await 0.00
Do you have to put Task.Run in a method to make it async? 0.00
Is it intelligent to redline the CPU through Task.Run 0.00
Task repeating? -1.47
High performance asynchronous awaiting sockets 0.00
C# WP8 handle async call exception 0.00
Async WCF self hosted service 0.00
Extending WCF with async code 0.00
Task.IsCompleted stays false even when CancelIsRequested 0.00
How to check if async/await really async? -0.70
Waiting on tasks to finish +0.29
How do you use one thread to do multiple timed actions rather than... -0.20
Null objects appearing in ObservableCollection using async methods 0.00
Secure asymmetric key implementation client-side 0.00
Cancel only the inner Task when awaiting an async function? +0.33
DelegatingHandler setting CurrentPrincipal -0.71
How can async only work on one thread? +1.53
When is AllowVoidAsyncOperations set, when invoking async ActionRes... +0.30
Why waiting a task returned from async method gets blocked? +0.31
await Task.Factory.StartNew(() => versus Task.Start; await Task; +1.09
Windows Phone 8 Hanging on GetFolderAsync and OpenStreamForReadAsync 0.00
Metro App FileIO.WriteTextAsync Multiple Threads 0.00
Returning a Task of type Task<Dictionary<string, string>> -2.17
Different behavior when using ContinueWith or Async-Await +0.08
C# Async / Await never responding in MVC4 +0.31
Async methods w/ and w/o async modifier +0.30
Correct way to invoke Task that void 0.00
Async service facade in .NET 4.5 0.00
Implementing AsyncCodeActivities (using C# async/await) 0.00
Sort Tasks into order of completition +1.52
Unable to post data through HttpClient PostAsync 0.00
Get object from Task and return from non async mentod 0.00
How to get a Task that uses SynchronizationContext? And how are Syn... +1.37