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 ... 10 11 12 13 14 15 16
Title Δ
Lazy<Task<T>> with asynchronous initialization +3.38
How to properly display the current and real url loaded in a WebBro... -1.34
async/await problem - what happens what the operation awaited ends? +0.93
The ValueTask<TResult> and the async state machine +2.06
Async call to load a html file from local disk to web browser contr... 0.00
how can i implement a concurrent execution queue class? -0.44
CancellationToken doesn't propagate +0.12
Awaiting async tasks instantly vs declaring first and then awaiting -0.62
Get all numbers within a range (12300 > 12400) -0.50
Is there a simple way of handling nested Dictionary<string, obje... -1.31
Is there a way to globally WaitAll() for all tasks created by a pro... +0.61
How to separate reading a file from adding data to queue -0.13
How can I re-propagate an event after I initially set the handled p... -1.38
How to process a complete list of inputs with TPL Dataflow? -0.63
How do return "null" instead of a dummy instance of my ge... 0.00
Better C# design to traverse file system asynchronously to process... -0.02
How to evaluate a DataColumn expression faster? 0.00
C# can I start a thread and use a dispatcher to schedule work on it? +1.49
Can C# event handlers be "overloaded"? -0.08
Lack of await warning in async method that has await in a lambda -1.29
Using a CancellationToken to cancel a task without explicitly check... -0.51
How to group data when using BatchBlocks? 0.00
keep an event waiting for another event completion - old shool 0.00
How to wait for the end of the execution of a task to resume the ex... 0.00
How to pass an async function to ConcurrentDictionary.GetOrAdd meth... -0.93
Random number between int.MinValue and int.MaxValue, inclusive +0.86
Threading concept to improve the webbrowsers URL navigation process... 0.00
Fastest way to accomplish a lookup in C# and how to deal with impre... -0.34
How to get the vertices of an abstract polygon with known edges -0.12
Compare performance of Concurrent Dictionary with Dictionary+Locks 0.00
Handle exceptions with TPL Dataflow blocks -0.25
Don't take last record in linq C# +0.66
Fill huge file with random data quickly 0.00
Problems with finding tuple key in c# dictionary +0.70
Is there a way to have sync and async version of the same method wi... +0.57
providing multiple threading or task creation +0.61
How to consolidate date ranges in a list in C# -0.44
Multiple Async Calls with Pause Between Calls -0.70
How to make multiple async calls and return data from first call th... -1.51
How to not wait for a long running async task method? -0.39
Function issues with sorting sizes -0.05
Thread Usage In Cpu For .Net Apps 0.00
What does "the first" async method look like? -0.39
Can I return a different type from a function in a generic class de... -0.70
select from linq statement with await -0.66
When does 'await' immediately leave a method and when does... -1.06
Why does my code run on multiple threads? -0.22
Keep the most recent KeyValuePairs in a SortedList -0.79
How can I iterate through a dictionary that contains a dictionary t... -0.14
How can I use C#/LINQ to calculate weighted averages +1.83