Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Eric Lippert earned this badge 115 times |
may 17 at 16:43
.NET 4.5 Async/Await and the Garbage Collector
apr 24 at 18:04
What is meant by a type being output-safe or input -safe?
apr 22 at 13:47
Why is there no contract for disposal?
apr 18 at 19:53
Are MakeGenericType / generic types garbage collected?
apr 10 at 11:28
IComparable magic - why it's a valid statement?
mar 27 at 3:15
Generic strange behaviour
mar 24 at 17:47
Is this enough for signing data?
mar 19 at 15:09
Property with getter always returns 0
mar 7 at 8:07
Delegate Combination Misbehavior
mar 6 at 13:47
Why c# compiler in some cases emits newobj/stobj rather than 'call instance .ctor' for struct initialization
mar 3 at 15:08
Volatile fence demo?
mar 1 at 20:41
What does ` 1 stand for in LINQ?
feb 14 at 21:52
Why does typeof(Object[,][]).Name equal “Object[][,]”?
jan 29 at 18:53
Cannot perform explicit cast
jan 27 at 1:21
Is it bad practise to use Type as a 'Property'?
jan 10 at 12:20
dynamic operator resolution
dec 22 at 6:16
MsTest with Task.ContinueWith() and Task.Wait()…?
oct 17 at 18:18
What's the memory footprint of the DLR?
sep 28 at 3:52
Are local variables within static methods thread safe?
aug 13 at 7:12
Can someone explain how BCrypt verifies a hash?
jul 25 at 22:58
Writing C# Plugin System
jul 11 at 17:33
Generics Vs Object in C# clarification
jul 11 at 17:33
Using Constrained Execution Regions
jun 10 '12 at 6:26
Roslyn and a .NET less C#?
may 2 '12 at 18:23
Are Roslyn SyntaxNodes reused?
may 2 '12 at 1:53
C# Algorithm that Re-arranges Chars in a String
apr 27 '12 at 20:47
C# - How to shrink SHA512 down to size
apr 27 '12 at 1:01
How to avoid or detect implicit delegate inference in C#?
apr 25 '12 at 18:46
Why Are AsObservable and AsEnumerable Implemented Differently?
apr 23 '12 at 17:45
Can I cache partially-executed LINQ queries?
apr 19 '12 at 0:32
Why are ToLookup and GroupBy different?
apr 17 '12 at 6:07
What is the justification for this Nullable<T> behavior with implicit conversion operators
apr 16 '12 at 19:31
Wrong overload is overridden when two methods have identical signatures after substitution of type arguments
apr 13 '12 at 14:07
Why can't an expression tree contain a named argument specification?
apr 12 '12 at 18:27
Granularity of Syntax Coloring in Visual Studio
apr 10 '12 at 16:06
Round to the nearest dollar
mar 30 '12 at 20:29
Seeking clarification on apparent contradictions regarding weakly typed languages
mar 29 '12 at 17:34
Does C# 4.0's ExpandoObject support Prototype-based inheritance?
mar 16 '12 at 17:33
Why dealing with Value is faster than with Reference for Struct?
mar 13 '12 at 17:36
Why cannot IEnumerable<struct> be cast as IEnumerable<object>?
mar 8 '12 at 22:23
What's the difference between Task.Start/Wait and Async/Await?
mar 6 '12 at 8:31
Writing unit tests in my compiler (which generates IL)
mar 4 '12 at 18:14
A New and Full Implementation of Generic Intellisense
mar 4 '12 at 13:47
Static (compile time/strictly typed) multi-dispatch support in C#
feb 13 '12 at 9:41
Scrabble word finder: building a trie, storing a trie, using a trie?
jan 16 '12 at 5:39
Reflexive type parameter constraints: X<T> where T : X<T> ‒ any simpler alternatives?
jan 12 '12 at 7:47
C# How to make a recursive version of GetEnumerator()
jan 9 '12 at 23:25
Casting a result to float in method returning float changes result
jan 8 '12 at 16:46
C# - | and & operators?
jan 7 '12 at 3:19
Why can't the meaning of a base class specification recursively depend on itself in C#?
jan 3 '12 at 22:45
Is GC.KeepAlive required here, or can I rely on locals and arguments keeping an object alive?
dec 28 '11 at 9:24
Is “Access to modified closure” resolved by comprehension syntax?
dec 19 '11 at 22:45
What type should an overload of the negation operator (!) have?
dec 16 '11 at 5:03
Why is some ordering enforced in generic parameter constraints?