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 ... 9 10 11 12 13 ... 88
Title Δ
How should I use Task.Run in my code for proper scalability and per... +1.41
Functional difference between normal method, Task, Paraller.invoke +0.65
Task to update google firestore database doesnt complete 0.00
Making UI changes after calling ConfigureAwait(false) in a webform... 0.00
Async method not returning control back to caller method +0.23
What does determine the amount of time an "await" takes? 0.00
ASP.NET Core Web API - SocketException: No connection could be made... 0.00
How does compiler converts return value into return Task<value&g... +1.16
How to stream Excel file from Dropbox using C#? -0.76
How to test async void DelegateCommand method containing await with... 0.00
Does calling .Result on a task that has already been awaited break... +1.05
How to properly use Task.Factory.StartNew and .ContinueWith +0.26
Correct way of returning a task in C# +0.26
How to convert below code used for the database connection using EF... 0.00
Wait For Task But Forget It After Certain Time +0.13
SynchronizationContext for Tasks 0.00
Will this run in Async parallel and is this good coding practice? 0.00
Should .net core `IHostedService` start a new thread 0.00
Throwing a custom exception in Async sub is not handled in a Try Ca... 0.00
Void return in an API request 0.00
Streaming an in-memory generated file in ASP.NET Core +0.25
How to make group of operations atomic without using Lock 0.00
How to wait for a task to complete? +0.66
Task.Wait doesn't wait for async method completion +0.24
CPU benchmark test: Tasks vs ThreadPool vs Thread 0.00
How to get the individual API call status success response in C# +0.41
How to await an async Command for unit testing? 0.00
Accessing an async method from a Base Class -0.53
What if I don't wait for an async method when calling it for a... 0.00
This BackgroundWorker states that it doesn't report progress 0.00
Prevent Lazy<T> caching exceptions when invoking Async delegate +0.24
Why does HttpClient appear to hang without .Result? 0.00
Handling asynchronous threads +0.70
Locking issue with LimitedConcurrencyLevelTaskScheduler and aync/aw... +0.24
Is a synchronous void method with Func<Task> or Func<Task&... +0.22
Web application hangs while calling Graph API -0.25
"The calling thread must be STA, because many UI components re... 0.00
Execute Task in new background thread -1.27
ASP.NET Core - How do I detect if my IHostedService crashes at runt... 0.00
How to properly call a C# async method when overriding an non-async... +0.24
How to ensure a thread change when doing async/await? +0.24
Is it correct to call a method inside a Property Setter? +1.18
What does an await Task.Yield do when in a Xamarin Forms OnAppearing? +0.97
Is await must be called when invoke an async method? +0.42
Task.ContinueWith not very popular with async code? 0.00
Is a non-awaited Task processed simultaneously (parallel)? 0.00
CSharpFunctionalExtensions and railway oriented programming 0.00
Task.Delay or Thread.Sleep to pause execution in a sync method 0.00
Can we call an async method from a constructor? +1.08
C# HTTP Request works in Console application but not in WinForms 0.00