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 ... 41 42 43 44 45 ... 88
Title Δ
In ASP.NET I Need to update a control, run a task, then update cont... -1.12
Correct usage of Async/Await for Multiple Tasks To Db +0.63
Make 1 method async as well as sync in C# 0.00
Create an awaitable that awaits a method to be executed -0.46
Create an awaitable that awaits a method to be executed -0.46
How to run multiple tasks, handle exceptions and still return results +1.55
How ot execute tasks synchronously and in FIFO order in Windows Run... 0.00
C# this.Invoke broken, process classes event in GUI on different th... +1.26
Difference between AJAX Helper and async/await 0.00
Async event handler - flycapture from PointGrey 0.00
Trying to call Async method synchronously. It waits on Task.Result... -2.16
Task continuation was not scheduled on thread-pool thread 0.00
AsyncEx DeferralManager for awaiting event handlers 0.00
Thread management with ASP.NET async/await -0.59
usermanager.addtorole - An asynchronous module or handler completed... 0.00
How to pass LongRunning flag specifically to Task.Run()? +0.13
async method in ASP.NET MVC +1.20
Instantiate and Call WCF service Asynchronously 0.00
Exception handling in async methods C# -1.63
How to return a List of objects from an async task 0.00
Is it in general dubious to call Task.Factory.StartNew(async () =&g... +1.25
Nicer pattern for starting tasks and getting their return values -2.77
Converting an iteration to Async 0.00
How bad is it to run an entire HTTP action method in separate threa... -3.15
Fire and forget with GetResponseAsync +0.82
Limited concurrency TaskScheduler that can interleave tasks to be e... +0.79
async await (again) inside lambda 0.00
Way to creating async wrapper +0.59
Parallelizing multiple long-running tasks with async/await 0.00
How can I convert a function with a ref paramter to an async functi... +1.40
Change page before AJAX async request ends 0.00
Is there easy way to replace .Wait() to be able to handle it asynch... +0.87
Correct way to implement async Entity Framework repository 0.00
How to return a string from an async method? 0.00
Hidden async function 0.00
How to know the number of Threads created and limit the Tasks accor... +1.05
Progress report using SignalR and IProgress interface +0.76
PCLStorage CreateFolderAsync hanging 0.00
How I can safely run async code, when handling messages from Messen... 0.00
Unit Test Prism 5 async Delegatecommand executes in parallel 0.00
How to deal with synchronous method/task using async/await 0.00
C# NUnit not running tests asynchronously 0.00
return object task on web service 0.00
Under what circumstances should an Async method support cancellation 0.00
Is the use of [ThreadStatic] at odds with asynchronous code? +0.78
Task<IResult>'s handling of List<IResult> return ty... +0.23
Safely add collection in TPL +0.87
EntLib TransientFaultHandling RetryPolicy.ExecuteAsync synchronizat... 0.00
UI blocked with Async/Await -0.23
Is it possible to execute two async methods in parallel? +0.24