Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Hans Passant earned this badge 377 times |
may 22 '12 at 19:42
What's the difference between FileStream.Flush() and FileStream.Flush(True)?
may 21 '12 at 21:22
Open source C compiler in C#?
may 21 '12 at 16:27
Why does GetWindowThreadProcessId return 0 when called from a service?
may 21 '12 at 14:57
C++/CLI: Public ref struct generates C2011: 'class' type redefinition
may 16 '12 at 18:38
Visual Studio: Solution-wide pre-build event?
may 13 '12 at 14:58
Displaying exception debug information to users
may 11 '12 at 18:03
C# string to long pointer
may 3 '12 at 19:54
Double.Epsilon for equality, greater than, less than, less than or equal to, greater than or equal to
may 2 '12 at 21:34
Trying to use the C# SpellCheck class
may 2 '12 at 10:23
C# Process Monitor
apr 26 '12 at 3:16
Using Reflector To Create VisualStudio Project
apr 25 '12 at 13:25
Optional parameters in managed C++/CLI methods
apr 22 '12 at 19:49
Watermark TextBox in WinForms
apr 19 '12 at 22:23
Hide TabControl buttons to manage stacked Panel controls
apr 16 '12 at 14:31
How can I make a background worker thread set to Single Thread Apartment?
apr 12 '12 at 22:42
Check if property has attribute
apr 12 '12 at 4:42
Why doesn't C# support const on a class / method level?
apr 7 '12 at 10:10
WinRT and WPF in Windows 8
apr 5 '12 at 21:05
Why does my .NET 4 application know .NET 4 is not installed
apr 3 '12 at 15:29
Access to the path is denied
mar 31 '12 at 18:14
How do I make TODO comments show up in the task list for C++ projects in Visual Studio 2010?
mar 31 '12 at 9:54
Double Buffering when not drawing in OnPaint(): why doesn't it work?
mar 28 '12 at 6:14
Is there a reason Image.FromFile throws an OutOfMemoryException for an invalid image format?
mar 22 '12 at 4:43
Use Visual Studio Setup Project to automatically register and GAC a COM Interop DLL
mar 21 '12 at 13:03
Can C# 'is' operator suffer under release mode optimization on .NET 4?
mar 18 '12 at 21:23
What is the difference between std::quick_exit and std::abort and why was std::quick_exit needed?
mar 16 '12 at 4:52
“Parameter is not valid.” when using saving bitmap
mar 15 '12 at 8:42
Disadvantage of setting Form.KeyPreview = true?
mar 12 '12 at 15:36
No ItemChecked event in a CheckedListBox?
mar 9 '12 at 1:10
What's the magic of arrays in C#
mar 6 '12 at 14:25
Is 23,148,855,308,184,500 a magic number, or sheer chance?
feb 28 '12 at 13:53
What does putting an exclamation point (!) in front of an object reference variable do?
feb 27 '12 at 11:16
ContextSwitchDeadlock Was Detected error in C#
feb 27 '12 at 1:37
Clipboard behaves differently in .NET 3.5 and 4, but why?
feb 25 '12 at 3:51
Winforms treeview, recursively check child nodes problem
feb 21 '12 at 21:43
Does a wrapper class for a COM interop IStream already exist?
feb 19 '12 at 14:15
How to generate an error and warning in C preprocessor?
feb 13 '12 at 14:19
VS2010 does not show unhandled exception message in a WinForms Application on a 64-bit version of Windows
feb 8 '12 at 15:49
Resolving LNK4098: defaultlib 'MSVCRT' conflicts with
feb 7 '12 at 14:53
What does setting up a symbol server give me?
feb 7 '12 at 6:58
.NET Global exception handler in console application
feb 2 '12 at 17:28
Why is my Stopwatch.Frequency so low?
jan 29 '12 at 18:29
How to detect if Console.In (stdin) has been redirected?
jan 25 '12 at 20:45
VS2010 CTRL+M keyboard shortcut has stopped working
jan 25 '12 at 19:30
Reasons for why a WinForms label does not want to be transparent?
jan 19 '12 at 17:50
this.Visible is not working in Windows Forms
jan 17 '12 at 6:25
WebBrowser Control in a new thread
jan 15 '12 at 15:27
How is Math.Pow() implemented in .Net Framework?
jan 5 '12 at 19:31
Template partial specialization for __stdcall function pointer
dec 27 '11 at 18:28
Can I host a Windows Form inside a control
dec 27 '11 at 12:35
C++: Dynamically loading classes from dlls
dec 21 '11 at 14:58
What causes System.BadImageFormatException when constructing System.Data.SQLite.SQLiteConnection
dec 19 '11 at 12:57
Application Crashes With “Internal Error In The .NET Runtime”
dec 14 '11 at 8:22
Deciphering the .NET clr20r3 exception parameters P1..P10
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