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 ... 88
Title Δ
How do I write a test over a background service that has Task.Yield? -1.33
Can BlockingCollection.GetConsumingEnumerable Deadlock 0.00
need to wait() on async call, but good practice says to not block a... +0.25
async AppDomain.AssemblyResolve 0.00
How can I wrap an Asp.NET 4.5 request in a using { ... } statement? 0.00
What happens to a SemaphoreSlim when you dereference it? 0.00
What are the side effects of missing async/await in a call chain? 0.00
Parallelizing synchronous tasks while retaining the HttpContext.Cur... 0.00
Correct way to implement fire and forget async method call +0.25
Calling async method from sync method is ASP .NET web api - issue 0.00
How to call async function from property setter? 0.00
Sync Method call Async Method with Async Methods inside 0.00
How To Using Dataflow With Only BroadcastBlock And ActionBlock 0.00
Type of threading to use in c# for heavy IO operations +0.38
Run tasks serially on one thread 0.00
Appropriate solution for long running computations in Azure App Ser... 0.00
.net - How to restrict a block of code to only 200 threads at a tim... 0.00
How to get DBContext again after the Main Thread disposes? +1.19
Multiple httpclient instances with same implementation in dotnet core +0.32
System.Threading.Channels ReadAsync() method is blocking execution 0.00
Get ALL stacktraces in async/await application +0.26
AutoResetEvent with Return Value -2.63
HttpClient with multiple proxies while handling socket exhaustion a... +0.64
Asynchronous Code Is Not Faster than the Synchronous Version +0.57
What should BackgroundService.ExecuteAsync return when the worker i... +0.24
.NET: How to send TCP Keep Alive packets while downloading from HTT... -0.24
Lock the method until it completes the execution 0.00
Possible to intercept an async method and overwrite ReturnValue? 0.00
Await and fire-and-forget in .NET Core 0.00
How to continue async method call on the same thread on which it wa... 0.00
How can I set the return value of an awaited task at any time from... 0.00
Does await PutObjectAsync(PutObjectAsync, CancellationToken) really... 0.00
How to make a deadlock safe async library method +0.94
Can the same thread be used by multiple web requests when one reque... 0.00
Parse a datatable using multithreading and an async method 0.00
How to run multiple task in background service in .net core with di... +1.23
How to call only few method asynchronously in C#? 0.00
HttpClient timeout using HttpCompletionOption.ResponseHeadersRead 0.00
When not to call FlushAsync on IAsyncCollector in Azure Functions S... 0.00
Run a method async while redirected to other pages 0.00
How to catch exception thrown in a task in a task 0.00
Background Threads and Tasks 0.00
Sharing configuration values between different BackgroundServices .... 0.00
Why retrieving Access Token is a separate step with extra HTTP requ... 0.00
A second operation started on this context before a previous operat... 0.00
Net Core Async tasks 0.00
Using threadpool with thread completion updates inside a lock 0.00
TcpClient ConnectAsync with multiple IP addresses - what's the... 0.00
Worker service stops working unexpectedly +0.26
Func delegate with variable inputs? -0.23