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 2 3 4 5 6 ... 88
Title Δ
Facing issue with async/await methods in routeconfig 0.00
How to list all the containers in an azure storage account (in C#,... 0.00
The await operator can only be used within an async method. But i d... -0.25
Async Initialisation for Transient ASP.NET core -0.24
Singleton object creation on multiple different threads using TPL -0.50
Task.WhenAll with Select is a footgun - but why? +0.28
C# - Issue with fire and forget calls 0.00
Exception handling of async void methods 0.00
"async Task" vs "return Task.Run" +1.45
Is there a way to process multiple xml feeds asynchoronously? 0.00
release the calling thread while calling async function in synchron... +0.12
Is " return await Task.Run(() => PartialView()) " nece... +0.24
Updating an asyncronous polling library to modern async paradigm +0.75
Should I use thread safe collections for the following scenario? +0.29
Why is awaiting on this faulted task not throwing the exception? 0.00
Flattern LINQ Query SelectMany Result 0.00
How to add JWT Bearer Token to ALL requests to an API +0.27
When to use Async methods in EF Core? -1.31
ASP.NET Core Task.WhenAll - A second operation started on this cont... 0.00
Why Realm throwing Realm accessed from incorrect thread, when the w... 0.00
c# console app web browser TaskCompletionSource halting console app 0.00
Throw exception to rollback and redirect to another action at the s... -2.50
Is it fine to use "return Ok(await result)" in MVC/.Net C... 0.00
Make AsyncLocal changes propagate to the calling function 0.00
How to limit number of async IO tasks to database? +0.98
C# Async when also needing support for synchronous call -1.25
Know which CancellationToken failed in CreateLinkedTokenSource to e... 0.00
Nested async methods in a Parallel.ForEach +0.59
Responsive Form without await +1.11
How to wait on Task with OnlyOnFaulted option? +0.51
AWS SDK, C#: Catch GetUserAsync Exception and Continue 0.00
How to integrate TPL Dataflow in ASP NET Core 0.00
How do you perform completely asynchrouns operations in ASP NET Core 0.00
IAsyncEnumerable, yielding from event handler 0.00
ObjectDisposedException when trying to call a task (fire and forget... -0.74
C# Backgroundworker ReportProgress() not executing 0.00
Xamarin Forms Best way to run a background thread -2.86
IHttpClientFactory and changing the base HttpClient.BaseAddress 0.00
Why does removal of async/await cause conversion error for Task<... 0.00
HttpClient.PostAsync() request not reaching destination 0.00
Universal Windows UI Responsiveness with Async/Await 0.00
Difference between calling async EventHandler 0.00
Using Async Graph API in Sync methods -0.75
ConfigureAwait(false) doesn't make the continuation code run in... -2.34
RetryPolicy on Web Api causes timeout 0.00
Why would await Task.Run() not return to the same thread? 0.00
Chaining sequential async tasks within a ForEach loop: Is this a go... +0.73
How can I found out if it is possible to cancel a certain async tas... -3.19
Parallel.ForEach blocking calling method 0.00
Multiple Workers to run parallel-ly in .NET core +0.25