StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

i3arnon

Rating
1660.48 (424th)
Reputation
85,746 (938th)
Page: 1 2 3 ... 19
Title Δ
What is meant by "the null conditional operator short circuits... -0.73
How is the CLR faster than me when calling Windows API -0.36
Passing cancellation token to calling method VS task constructor? 0.00
Use of async/await in console or web apps +1.27
Does TaskCompletionSource guarantee awaiting code will resume on th... 0.00
Use Task.FromResult for creating async action 0.00
Pattern for waiting for another objects async method to finish? +1.03
AsAsyncAction VS Task.Run +0.25
Is there a difference between lambdas declared with and without async +1.03
Why is this Task not Finishing before my code passes the Wait Command 0.00
Implementing async/await pattern for manually generated WCF (client... 0.00
Is async-await a necessary condition for making two independent tas... +0.29
Does async really enable callers to await? +1.26
Does the .net framework provides async methods for working with the... +1.36
C# Task thread pool - Running 100 tasks across only 10 threads +1.30
Parallel execution for IO bound operations +2.40
TPL Dataflow - ExecutionDataflowBlockOptions.SingleProducerConstrai... 0.00
Better solution for implementing async polling method? 0.00
Is using Task.Run a bad practice? +2.45
MongoDB C# GetById using Find 0.00
Async recursion. Where is my memory actually going? -0.71
Is it good practice to include an optional CancellationToken parame... -0.20
Reentrancy in async/await? +0.30
Automapper/StructureMap issues with TPL version of synchronous code 0.00
Async and Await, why two return values 0.00
How to make a transparent ContinueWith callback which forwards the... 0.00
CancellationTokenSource does not cancel task after given timeout 0.00
Catch exception thrown while task execution in anonymous method +2.15
ConfigureAwait(false) in WebAPI controller +0.33
Mongo DB C# Driver 2.0 Synchronous Count +0.26
How to synchronize TPL Tasks, by using Monitor / Mutex / Semaphore?... -1.56
Why can new threads access the UI? -1.62
Correct usage of TplDataFlow TransformBlock 0.00
await Task.WhenAll(taskA, taskB) continues although taskA and taskB... -1.90
Avoid returning type Task<Object> from an async function when... +1.75
Skip expression bodied property in debugger 0.00
Throttle async tasks? 0.00
Asynchronously calling synchronous I/O using TAP 0.00
Use Null Conditional Operator on property of Null Object +0.30
Task.StartNew Parallel.ForEach doesn't await 0.00
Null propagation operator 0.00
Async await vs GetAwaiter().GetResult() and callback 0.00
Async-Await no deadlock where a deadlock is expected +0.32
Implementation issue with TransformBlock using TPL Dataflow +1.20
How do I hide Task of Task? +1.64
Why does a blocking thread consume more then async/await? +0.57
Executing tasks in parallel +0.73
Batch processing in MVC5 website 0.00
OperationCanceledException VS TaskCanceledException when task is ca... 0.00
Task.WaitAll returns before all tasks have completed +0.79