StackRating

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

Theodor Zoulias

Rating
1449.10 (4,532,891st)
Reputation
11 (2,060,414th)
Page: 1 ... 9 10 11 12 13 ... 16
Title Δ
Webbrowser not supported 0.00
More efficient way to sum multiple properties? +2.86
Check if CancellationToken has been cancelled -0.93
Is there any difference between Task.Run(async () => await Metho... +0.60
Parallel.ForEach or Task.WhenAll when involving async operations? -1.50
What is the proper procedure to alert a thread the stop what it'... +0.01
Would 'finally' block run once when there are multiple Task... -1.15
Understand parallel programming in C# with async examples -1.65
Processing actions in a single threaded fashion 0.00
How to stop propagating an asynchronous stream (IAsyncEnumerable) -1.02
Best structure for accessing an object knowing a unique property +0.81
Efficient strategy to do Multiple Webrequests and Response parsing... +0.63
Updating status strip label async/await +0.35
AsyncLocal values not correct with TPL Dataflow 0.00
SemaphoreSlim is not throttling the tasks -0.79
Reading millions of small files with C# -0.80
Split an IEnumerable into multiple IEnumerables +0.13
Best way to throttle outgoing requests in C# by time and some extra... 0.00
C# Async without creating a new thread -0.33
Implementation of multi-threaded consumer by message shard ID -0.91
Parallel.ForEach faster than Task.WaitAll for I/O bound tasks? -0.54
How do I perform a search, while an ItemCollection list is loading... 0.00
Catch exception from `await` while maintaining the await returns to... -0.55
how to await an event handler invocation? +0.00
Can somebody explain this deadlock behaviour +0.09
How can I load multiple images using LoadAsync() in C#? 0.00
How to get a value from a date from a table with date range? -0.26
How to achieve O(n) worst-case time complexity for this function? -1.36
TPL dataflow feedback loop 0.00
Simple general exception handling in async code without boilerplate -0.68
How to return a Task<T> without await -0.94
Is it advisable to split a large Dictionary into multiple parts? +0.46
Process input records from the file Asynchronously using multiple t... +0.61
Starting an async Task running for the lifetime of an object +2.66
Wrap a callback into async Task +0.24
How to get effect of Task.WhenAny for a Task and CancellationToken? +1.66
Dividing multiple overlapping sets into non overlapping sets 0.00
generate all possibilities for entities in 2 collections -1.60
Dictionary: find min/max values within a range of given keys and re... -0.20
Programmatically setting drop down list selection does not await in... +0.01
Source array was not long enough. Check srcIndex and length, and th... +0.75
Desktop GUI App for talking to hardware - async or threaded approach? 0.00
Is TaskCreationOptions.LongRunning a right option for a long-time a... +2.43
Chaining async/await -1.42
Wait asynchronously for a synchronous event/ operation with Task wh... -1.25
SystemEvents.TimeChanged not firing (UPDATED!) -1.33
How to create a Re-triggerable delay in C#? +0.37
Find the relationships and number of relations with given name 0.00
Async method returning a completed task unexpectedly slow +2.69
Utilizing Async/Await in .NET Console applications breaks when call... +0.15