Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
280Z28 earned this badge 79 times |
may 10 at 20:57
.NET Framework - Possible memory-leaky classes?
may 1 at 7:44
Awesome Visual Studio Macros
may 1 at 1:59
'|' vs '||' compiler optimization in C#
apr 30 at 13:42
Why does Contains compare objects differently than ==?
apr 25 at 14:36
Remove unused references
apr 22 at 15:52
Fastest Way to do Shallow Copy in C#
mar 19 at 22:19
CircularBuffer IDictionary in C#?
mar 19 at 22:19
Does int.Parse uses boxing/unboxing or type casting in C#?
mar 19 at 22:19
How to lex 0 .. 255?
mar 19 at 22:19
How to divide two doubles accurately
mar 19 at 22:19
List<T>.AddRange implementation suboptimal
mar 18 at 8:32
What is the fastest factorization algorithm?
mar 10 at 11:15
How to check that current type (object of Type) has needed interface (or parent type)
mar 5 at 18:10
Learning garbage collection theory
jan 1 at 0:36
Distance (feet, inches) class or struct
aug 31 at 11:24
Is there a general-purpose object pool for .NET?
aug 23 at 8:55
How to keep the console window open in visual c++?
jul 21 at 22:48
How can I make Visual Studio's build be very verbose?
jun 19 '12 at 16:32
Euclidian greatest common divisor for more then two numbers
may 18 '12 at 1:04
Game engine development question
apr 27 '12 at 6:16
Simple pthread! C++
apr 18 '12 at 20:12
How to use IndexOf() method of List<object>
mar 5 '12 at 7:06
How to hack Virtual Table?
feb 27 '12 at 9:56
How to include only BOOST smart pointer codes into a project?
feb 16 '12 at 13:39
When should I use the HashSet<T> type?
jan 5 '12 at 15:44
MVVM Sync Collections
oct 10 '11 at 21:13
Thread-safe blocking queue implementation on .NET
oct 5 '11 at 17:45
Is there any #pragma or similar directive for generated C# code to match template code line numbers to C# line number?
sep 29 '11 at 21:10
Using a hashtable inside a Parallel.ForEach?
jul 29 '11 at 12:59
C#.NET - How Can I Get typeof() to Work With Inheritance?
jul 7 '11 at 2:49
Possible to iterate backwards through a foreach?
may 4 '11 at 12:20
trim all strings in an array
feb 13 '11 at 6:32
How to find the Number of CPU Cores via .NET/C#?
feb 8 '11 at 10:41
What is the Best Practice for Combating the Console Closing Issue?
jan 30 '11 at 10:56
How does code completion work?
jan 28 '11 at 22:46
What's the strangest corner case you've seen in C# or .NET?
jan 11 '11 at 11:27
C# GetType().GetFields problem
oct 25 '10 at 23:04
Which is preferred: new Nullable<int> or (int?)null?
oct 6 '10 at 20:59
(post deleted or otherwise unavailable)
aug 29 '10 at 19:20
C# Puzzle : Reachable goto pointing to an unreachable label
aug 5 '10 at 23:36
Native php support in Visual Studio 2010?
jun 14 '10 at 14:57
memory usage in C# (.NET) app is very high, until I call System.GC.Collect()
may 17 '10 at 16:07
The cost of passing by shared_ptr
apr 26 '10 at 3:12
Does the .NET CLR Really Optimize for the Current Processor
mar 24 '10 at 1:17
Assign a delegate that takes parameters
mar 18 '10 at 10:02
Problems with prime numbers
mar 16 '10 at 10:17
How to get the maximum of more than 2 numbers in Visual C#?
mar 11 '10 at 15:42
C# member variables / fields naming convention
feb 8 '10 at 9:02
Hidden Features and Dark Corners of STL?
dec 11 '09 at 11:02
C vs. Java for game programming
dec 9 '09 at 23:02
Can you remove an item from a List<> whilst iterating through it in C#