Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
ChrisF earned this badge 37 times |
may 16 at 11:56
How to store string descriptions of enumeration values?
may 9 at 20:29
Visual Studio window which shows list of methods
may 9 at 3:04
WPF Command Line Arguments, a smart way?
mar 27 at 20:01
Why '.png' files produced by ImageMagick are so much bigger than '.jpg' & '.gif' files?
mar 25 at 18:18
Visual studio line colors
feb 17 at 12:35
C# List - Removing items while looping / iterating
jan 29 at 16:38
Where can I find tag lib sharp examples?
dec 4 at 14:33
What does the .csproj file do?
oct 18 at 15:33
WPF - Titled Border
oct 18 at 10:23
Android - how to set the wallpaper image
sep 24 at 22:27
Add an existing folder to TFS source control
feb 23 '12 at 15:17
When to use and when not to use Try Catch Finally
feb 8 '12 at 10:42
How do I make XAML Datagrid columns fill the entire datagrid?
feb 6 '12 at 23:50
Foreach loop, determine which is the last iteration of the loop
jan 30 '12 at 12:33
Whats the concept of and differences between 'FrameBuffer' and 'RenderBuffer' in OpenGL?
jan 15 '12 at 14:16
How do you check if a method has returned true
dec 29 '11 at 2:50
How to build vertical tab sets in WPF?
sep 23 '11 at 21:45
File Version Vs. Product Version
aug 21 '11 at 9:45
C# check which integer is higher
jul 16 '11 at 11:18
WPF rectangle - round just top corners
jul 12 '11 at 15:05
comparing two floats to see if they're both negative, or both positive
mar 10 '11 at 16:21
Random string of numbers excluding specific digits
feb 11 '11 at 17:11
What is a “vanilla web interface”?
dec 30 '10 at 17:05
Is Silverlight .Net? (read before deleting)
oct 1 '10 at 7:16
.NET WPF Remember window size between sessions
oct 1 '10 at 5:30
Random number in a loop
jun 21 '10 at 21:47
How to measure productivity loss from slow PCs running Visual Studio?
feb 5 '10 at 18:57
When should methods be made private?
jan 11 '10 at 17:32
Trying to inherit three base classes and can't
jan 7 '10 at 10:12
ASP.NET MVC development with Notepad?
dec 23 '09 at 6:47
Should I use uint in C# for values that can't be negative?
dec 16 '09 at 22:37
C: Comparing two bytes to see if one is within a certain range of the other
dec 11 '09 at 15:27
when to use @ in c#?
jun 29 '09 at 12:12
System clock
jun 28 '09 at 20:52
File history: in the source or let scm handle it?
apr 28 '09 at 13:07
Is there any difference between if(a==5) or if(5==a) in C#?