Title |
Δ |
"Use of unassigned variable" -- work arounds?
|
+0.42 |
Do static members ever get garbage collected?
|
-1.88 |
The call stack does not say "where you came from", but &q...
|
+0.38 |
Access to modified Closure
|
+0.92 |
Why can't an internal event in a class implement an event on an int...
|
+0.59 |
Get object call hierarchy
|
+0.82 |
What does 'new' keyword mean when used inside an interface in C#?
|
+0.68 |
Memory barrier generators
|
-1.72 |
Strange Increment Behaviour in C#
|
-0.90 |
Parse .NET CLR header
|
0.00 |
Return true or false based on whether there are duplicates
|
+0.32 |
Why doesn't an interface work but an abstract class does with a gen...
|
+0.49 |
"try-finally" block vs. "using" block when disp...
|
+0.40 |
volatile with release/acquire semantics
|
+1.70 |
How does StringBuilder work?
|
+0.71 |
How to implement a thread safe error-free event handler in C#?
|
+0.32 |
c# covariant generic parameter
|
+0.30 |
typeof(T) may return null
|
+0.48 |
Please explain how C# properties work?
|
+0.08 |
Can't use the same variablename in a method
|
-0.65 |
What is default and why is not overridable?
|
+0.59 |
Warning: "... overrides Object.Equals(object o) but does not o...
|
+0.49 |
What's the return type of an anonymous class
|
+0.34 |
Casting ReadOnlyCollection<derivedType> to ReadOnlyCollection...
|
+0.14 |
Is there attached property in C# itself?
|
+0.31 |
Problem about Func<string>
|
+0.28 |
Pre & post increment operator behavior in C, C++, Java, & C#
|
-0.37 |
Is `if(items != null)` superfluous before `foreach(T item in items)`?
|
+0.29 |
Is there an accepted name for this type of enumerable operation?
|
+0.42 |
In C#, what fires first, private member variables or constructors,...
|
-0.21 |
async ctp recursion
|
0.00 |
How can I pass a lambda expression to a WCF service?
|
+0.28 |
Can a local variable's memory be accessed outside its scope?
|
+0.28 |
C#: reducing line noise in sanity checks
|
-0.57 |
What type should an overload of the negation operator (!) have?
|
0.00 |
Is there a Math API for Pow(decimal, decimal)
|
+0.47 |
Is there any pre-defined class in .net 2.0 to hold a single generic...
|
+0.10 |
Why does casting int to invalid enum value NOT throw exception?
|
-0.49 |
What is this Type in .NET (Reflection)
|
-2.39 |
Linq: calling the same method for Where and OrderBy only once inste...
|
-1.39 |
Why is List<T> not valid on an covariant interface MyInterfac...
|
+0.50 |
Returning two values, Tuple vs 'out' vs 'struct'
|
+0.20 |
Why does throwing 2 exceptions in a row not generate an unreachable...
|
+0.09 |
Change Default Value of a Class
|
-0.32 |
C# Declare variable in lambda expression
|
-1.50 |
Problem with loop optimization or closure of lambda?
|
+0.34 |
Is multiplication and division using shift operators in C actually...
|
-0.41 |
how to add debug code? (should go to Debug, shouldn't go to Release)
|
-1.52 |
Why are there no ||= or &&= operators?
|
+0.10 |
Why doesn't C# support the return of references?
|
+0.55 |