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 ... 11 12 13 14 15 ... 88
Title Δ
WPF how to await code inside controls events 0.00
Using EventHandler with Entity Framework: A second operation starte... 0.00
Is there an async await method for "simple wait" 0.00
How properly wrap async http requests into success and fail callbacks 0.00
Can I skip the 'await' on HttpWebRequest's GetResponseA... 0.00
Handling a method that takes too long to execute and is not awaitable 0.00
Add timeout to complex Task.WhenAll 0.00
Why is OperationCancelledException conveying different Cancellation... 0.00
Why is Task.Delay breaking the STA state of the thread? +0.23
How to catch that Task.Delay() canceled and do a callback? 0.00
Azure Functions - waiting for context.log 0.00
How to enable concurrency in asp.net for searching remote directories +0.18
Task needs longer than return 0.00
Can I always create new instance of IHttpClientFactory even I can u... 0.00
Non-Awaited Thread just stops executing after api returns, is this... 0.00
Method returning task behaving synchronously in C# console app +0.60
async / await TCP listener saving images from cameras 0.00
How to call a async method from synchronous method? 0.00
Could somebody explain how this server program closes it's sock... 0.00
Why is non awaited Task blocking +0.24
Cross thread exception using WhenAll method +1.45
Forcing HostingEnvironment.QueueBackgroundWorkItem to cancel after... 0.00
Identifying when long running async tasks have completed 0.00
How to create a generic extension method for async methods? 0.00
How to implement timeout and cancellation in complex async await sc... +0.24
How do I know when a SendGrid message fails from an async Azure Fun... 0.00
Does await create another thread? +0.24
Async method called to the web api with async is stuck and not retu... 0.00
Not able to add logging when using TPL with async await +0.22
How do I handle Exceptions when resolving warning CS1998: This asyn... +1.15
Is ConfigureAwait(false) needed/beneficial when awaiting async call... 0.00
How to make a higher order function for conflict responses c# 0.00
how to process external events using async await? 0.00
Using ExecuteStoreQueryAsync inside an Asp.Net Application in C# 0.00
Why doesn't this async code continue on the same context as bef... +0.23
C# skip await operator to allow execution of current method in web... 0.00
Is it good to use asynchronous API calls? +0.25
Is valid return "Task<Task<MyObject>>" ? Or i... 0.00
moving from synchronous API to async API +0.24
ExecutionContext does not flow up the call stack from async methods -0.23
How to call async function with await inside a non async function i... +0.75
Is it good to use async void to run a non-cpu consumming task after... +0.25
how to use AsyncLazy to call non-static method 0.00
What scenario is covered when not awaiting an async method and imme... 0.00
Unexpected task cancellation behaviour +0.24
How does SemaphoreSlim.WaitAsync allow for sequential executions of... 0.00
Exception handling with Async Task functions 0.00
C# Shall I make my windows form event related private functions pub... 0.00
All active requests hang when there is a continuation on the task b... -0.75
How can the scheduler of Task.Run be changed? +1.85