SpiceQA
Questions
Tags
Users
Badges
user_106159
@user_106159
0
reputation
0
answers
15
questions
About Me
// Hello, World !
Top Answers
Why is compilation OK, when I use Invoke method, and not OK when I return Func<int,int> directly?
28 votes
Can I remove items from a ConcurrentDictionary from within an enumeration loop of that dictionary?
19 votes
Garbage Collector Behavior for Destructor
13 votes
Weird enum name resolution in C#
12 votes
What does assignment to a bracketed expression mean in C#?
11 votes
Top Questions
Why does Enumerable.Single() iterate all elements, even when more than one item has already been found?
64 votes
3 answers
Adding a single Console.WriteLine() outside a loop changes a loop's timings - why?
14 votes
1 answers
Code runs 30% slower in .Net Core compared to .Net Framework - any way to speed things up?
8 votes
2 answers
Is the IEnumerable.OrderBy().First() optimisation in .Net Core 3.1 documented anywhere?
5 votes
2 answers
Under what circumstances should `object.ToString()` return null?
5 votes
1 answers