Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Reed Copsey earned this badge 237 times |
may 18 at 10:55
Is there in C++ something similar to weak reference in Java?
may 16 at 3:45
C# Last Element of List of List
may 10 at 14:50
How should you diagnose the error SEHException - External component has thrown an exception
may 1 at 21:11
Should event handlers be decorated with their delegate?
apr 25 at 2:35
How to reverse a .ToString() call
apr 24 at 1:04
Alternative to inlining in C#?
apr 23 at 16:19
Practical uses of different data structures
apr 12 at 19:30
String.Split with a String?
apr 10 at 0:33
Check if a list of integers increments by one
apr 6 at 1:39
How can a C# parameter with default value be null?
apr 2 at 19:23
Delegate for any method type - C#
mar 28 at 10:01
Solution Explorer vs Solution Navigator vs Class View
mar 27 at 1:40
C# Real Time Try Catch
mar 25 at 20:44
How do I reset a cancelation token properly
mar 23 at 3:15
Does WPF Work with C++?
mar 17 at 10:51
Getting multiple values with scanf()
mar 6 at 13:47
The ObjectContext instance has been disposed and can no longer be used for operations that require a connection
mar 2 at 23:06
DoEvents equivalent for C++?
feb 28 at 14:20
Fire an event when Collection Changed (add or remove)
feb 15 at 21:07
Move type from one project to another via Resharper?
feb 15 at 19:07
Is an int in C# 32 bits?
jan 25 at 21:15
Default for generic type?
jan 25 at 14:15
C# auto highlight text in a textbox control
jan 24 at 16:39
How to keep .Net 4.0 behavior if .Net 4.5 is installed?
jan 24 at 7:54
Print the full numpy array
jan 4 at 10:03
Immutable class vs struct
jan 1 at 8:11
SharpDX vs SlimDX for game development?
dec 20 at 16:26
Visual Studio 2008: how to avoid project file merge hell?
dec 9 at 16:40
What is the point of GLSL when there is OpenCL?
dec 7 at 7:50
Reason to use BOTH abstract classes and interfaces? (Abstract class implements interface)
dec 4 at 16:08
File.OpenWrite appends instead of wiping contents?
nov 19 at 9:47
beginInvoke, GUI and thread
nov 9 at 14:25
Wait until all threads teminated in ThreadPool
nov 6 at 4:36
What happened to Control.InvokeRequired in WPF?
nov 1 at 23:32
Compiling C code for .NET
nov 1 at 8:07
What is it that makes Enum.HasFlag so slow?
oct 24 at 2:54
64bit vc++ program seems to run under 32bit mode
oct 18 at 19:33
Split and join C# string
oct 12 at 17:57
C# - Sum List<string[]>
oct 8 at 21:45
Why no AutoResetEventSlim in BCL?
oct 3 at 20:33
property is readonly yet members are accessible
sep 27 at 22:17
What are the benefits of a Deferred Execution in LINQ?
sep 27 at 19:57
parameter accept wrong type and still runs fine, why?
sep 26 at 18:27
Method parameter array default value
sep 24 at 11:12
Get Dictionary key by using the dictionary value
sep 23 at 6:41
XAML and UI Development
sep 16 at 11:04
Initialize Type by name string in .net
sep 15 at 20:53
A property, indexer or dynamic member access may not be passed as an out or ref parameter
sep 9 at 9:08
How do bring a WPF Window to front?