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 ... 30 31 32 33 34 ... 88
Title Δ
Is Task.Run() the same as creating Task instance and then Start() it? 0.00
Dispatcher in WPF apps implementing multiple async Tasks 0.00
Dispatcher ViewModel? -1.13
Why does this sync wrapper over an async method work? 0.00
Why does AggregateException thrown from GUI thread get "unwrap... 0.00
Linq and Async Lambdas -1.40
Perform async search that returns ObservableCollection 0.00
Moq Throw async exception in one of tasks in call to Task.WhenAll +0.23
Bad practice to return from method before async operation completes? +1.12
Asynchronous calls to Oracle DB using ADO.NET 0.00
How can I avoid that the app crashes when I try to load data and th... -0.53
Still no async methods after EntityFramework update 6.0 to 6.1.3? 0.00
Consequences of making an Async function synchronous 0.00
Atomic Interlocked.Add taking async func as parameter 0.00
calling WCF method asynchronously -2.57
Combined the Progress object with a custom event and not sure why i... 0.00
How Do I Call an Async Method from a Non-Async Method? +0.77
Web Api - Fire and Forget +0.06
INotifyPropertyChanged/Binding? -2.35
.ToListAsync() vs .ToList() + Task.Run +0.23
WebAPI - Session and Async Methods +0.60
I find myself writing wrapper functions purely to await on async fu... +0.22
ICommand Execute() Task.ContinueWith() +0.15
How to read image from LocalFolder without using await in C#? 0.00
Proper way to implement methods that return Task<T> -2.07
Can I use `ConfigureAwait(false)` in SignalR hubs, or does SignalR... +0.15
Task.Wait() deadlocks my application 0.00
C# Webservice: Webmethod, that calls an async method, returns Tasko... -0.77
Calling async method inside getter throws exception 0.00
Showing progress while waiting for all Tasks in List<Task> to... +0.58
How to properly handle Task Exception 0.00
.NET MVC Execute async task in Attribute before route 0.00
How to update some GUI control in a WinForm from another thread in... -0.27
Interface where one of the implementations needs to be async 0.00
Debugging async await controller action +0.62
Chaining `Task<T>` dynamically and without blocking the thread -1.85
Why is there no Monitor.EnterAsync-like method -2.35
Task::ConfigureAwait - a race condition? +1.76
Async method dependency 0.00
LINQ select new Async/Await +0.24
C# running async tasks in sync context +0.23
MVC - what are the benefits of all controller actions being Task<... -3.21
TaskFactory inner task never get executed and always in WaitingForA... +0.21
async Task<bool> method call in if condition +0.84
Fire and forget async Task vs Task.Run 0.00
C# - Getting response from WebResponse 0.00
Writing new code in async but calling sync -1.28
DispatcherOperation.Task returning immediately 0.00
Does the .net framework provides async methods for working with the... -1.68
C# Await Multiple Events in Producer/Consumer +0.55