Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Hans Passant earned this badge 383 times |
dec 5 '11 at 4:58
How to dereference a function pointer and read as data under MSVC++?
dec 2 '11 at 20:28
“Register for COM Interop” vs “Make assembly COM visible”
nov 30 '11 at 16:55
Proper way to Dispose of a BackGroundWorker
nov 25 '11 at 16:59
Creating method dynamically, and executing it
nov 22 '11 at 16:45
Panel not getting focus
nov 22 '11 at 12:48
How to build Notepad++ with Visual C++ 2010 Express?
nov 17 '11 at 23:14
Selectively coloring text in RichTextBox
nov 16 '11 at 3:17
How to make my Windows Form app snap to screen edges?
nov 15 '11 at 14:36
Add to SortedSet<T> and its complexity
nov 13 '11 at 8:33
Why doesn't the c# compiler check “staticness” of the method at call sites with a dynamic argument?
nov 11 '11 at 0:14
Invoke NotifyIcon's Context Menu
nov 10 '11 at 14:05
Client Profile vs Full
nov 4 '11 at 15:07
What optimization problems do you want to have solved?
nov 2 '11 at 0:11
Thread Pool vs Thread Spawning
nov 1 '11 at 19:49
ASCIIEncoding In Windows Phone 7
oct 31 '11 at 11:58
Fixing “The breakpoint will not currently be hit. No symbols have been loaded for this document.”
oct 29 '11 at 19:29
Why is memory access in the lowest address space (non-null though) reported as NullReferenceException by .NET?
oct 27 '11 at 10:02
Get the currency from current culture?
oct 24 '11 at 21:54
How does the removing an event handler with -= work when a “new” event is specified
oct 24 '11 at 14:24
What is the purpose of a stack? Why do we need it? (MSIL)
oct 17 '11 at 14:38
Slowdown on creating objects with many threads
oct 14 '11 at 20:25
C# vs C - Big performance difference
oct 13 '11 at 17:25
error LNK2005: xxx already defined in MSVCRT.lib(MSVCR100.dll) C:\something\LIBCMT.lib(setlocal.obj)
oct 12 '11 at 2:54
Escape button to close WinForm in C#
oct 10 '11 at 6:47
CLR JIT optimizations violates causality?
oct 7 '11 at 17:06
C# - Unexpected results when converting a string to double
oct 3 '11 at 22:09
How does StringBuilder's capacity change?
sep 30 '11 at 22:43
Why is List.Sort() an instance method but Array.Sort() static?
sep 25 '11 at 12:59
Why does casting a NaN to a long yield a valid result?
sep 22 '11 at 20:08
Casting DataTypes with DirectCast, CType, TryCast
sep 19 '11 at 19:46
Why is WinRT unmanaged?
sep 10 '11 at 16:48
Creating Wizards for Windows Forms in C#
sep 10 '11 at 9:51
How is this possible: OnPaint processed while in WaitOne
sep 9 '11 at 19:45
Is it worthwhile to initialize the collection size of a List<T> if it's size reasonably known?
aug 31 '11 at 17:22
Why is ValueType.GetHashCode() implemented like it is?
aug 23 '11 at 14:13
Which Visual C++ file types should be committed to version control?
aug 22 '11 at 0:15
using ILMerge with .NET 4 libraries
aug 17 '11 at 5:16
creating virtual hard Drive
aug 12 '11 at 21:11
Visual Studio 2010 isn't building before a run when there are code changes. It was doing working yesterday
aug 5 '11 at 18:10
Algorithm for generating a unique ID in C++?
jul 25 '11 at 20:36
Lock-free multi-threading is for real threading experts
jul 21 '11 at 10:42
Why code snippet in VB is more featured than in C#?
jul 19 '11 at 15:12
Use of Application.DoEvents()
jul 18 '11 at 20:06
Multithreaded service, BackgroundWorker vs ThreadPool?
jul 13 '11 at 12:51
Nullable is not a ValueType
jul 7 '11 at 2:49
Control PointToClient() vs PointToScreen()
jul 7 '11 at 2:49
Editing C# while debugging
jul 5 '11 at 19:27
.NET Equivalent of Snipping Tool
jun 27 '11 at 1:14
Why whole structure can not be compared in C, yet it can be copied?
jun 24 '11 at 13:37
Emailing without letting the user know
jun 11 '11 at 10:31
Does Thread.Sleep hinder other threads?
jun 6 '11 at 13:17
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?
jun 1 '11 at 17:05
Visual Studio 2010 suddenly can't see namespace?
may 20 '11 at 5:51
In .NET, what is the internal implementation of a delegate?
may 17 '11 at 23:50
A Good C# Collection
apr 28 '11 at 13:57
TextBox.Text Leaking Memory in WPF Application