Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Michael Petrotta earned this badge 68 times |
may 3 at 7:00
Conversion from UTF8 to ASCII
mar 22 at 20:09
How can I programmatically generate keypress events in C#?
feb 27 at 10:13
C# WinForms Radio Buttons
feb 6 at 14:57
Restrict varchar() column to specific values?
jan 17 at 16:57
(post deleted or otherwise unavailable)
jan 6 at 4:45
Maximum integer value find in list<int>
jan 3 at 9:42
Best way to find free space in sql server databases?
dec 24 at 0:52
ASP.NET can't cache null value
dec 6 at 23:54
difference between float and decimal data type
dec 3 at 8:27
How do I copy-protect my Java application?
sep 15 at 13:58
Difference Between Select and SelectMany
sep 4 at 18:49
Linking a UNC / Network drive on an html page
jul 28 at 10:00
Visual Studio Debugger + Break when a value changes?
jul 7 at 11:17
TV guide listing API
jun 4 '12 at 9:28
How do I set cookie expiration to “session” in C#?
jun 1 '12 at 16:03
C#: String.Equals vs. ==
mar 28 '12 at 7:04
What represents a double in sql server?
jan 16 '12 at 16:13
Can I do a find/replace in t-sql?
dec 19 '11 at 22:50
Warning as Error - How to rid these
dec 13 '11 at 16:55
Creating a new .txt file with date in front, C#
dec 7 '11 at 18:21
Datatable select with multiple conditions
nov 8 '11 at 1:20
Is the .NET string hash function portable?
oct 27 '11 at 9:21
Why should I use positive logic in an if block?
sep 1 '11 at 16:10
How to submit for Microsoft Knowledge Base?
aug 16 '11 at 18:12
ProcessInfo and RedirectStandardOutput
jul 21 '11 at 14:08
Can you pull the connectionString for a log4net AdoNetAppender from elsewhere in a web.config file?
jul 7 '11 at 2:49
How do I copy a folder and all subfolders and files in .NET?
jul 7 '11 at 2:49
How to center a WPF app on screen?
jun 29 '11 at 18:39
(post deleted or otherwise unavailable)
feb 28 '11 at 2:15
(post deleted or otherwise unavailable)
feb 21 '11 at 10:28
Does casting create new object?
jan 3 '11 at 4:34
How performant is StackFrame?
dec 10 '10 at 13:35
C# int.parse issue with leading zeros
oct 15 '10 at 23:17
Is if(var == true) faster than if(var != false)?
oct 5 '10 at 6:33
What does the partial mean?
sep 23 '10 at 20:44
Strange syntax behavior in C#
sep 22 '10 at 0:43
(post deleted or otherwise unavailable)
jul 17 '10 at 20:46
What is the difference between these two similar blocks of code?
jul 12 '10 at 14:46
What is the email subject length limit?
jul 12 '10 at 9:16
I seem to have fallen into some massive, massive trouble with NullReferenceExceptions
jun 30 '10 at 23:47
(post deleted or otherwise unavailable)
may 24 '10 at 3:27
Why aren't EXE's in binary?
may 12 '10 at 12:52
Keep or discard “www” when saving URLs?
mar 19 '10 at 23:22
Visual Studio 2008 support for new .NET 4
mar 10 '10 at 1:22
How do I stop Github changing my project name?
jan 3 '10 at 0:32
(post deleted or otherwise unavailable)
dec 21 '09 at 19:27
C# - Easiest way to parse filename with spaces eg. “C:\Test\File with spaces.txt”
dec 7 '09 at 3:17
JavaScript Code injected into my website pages
nov 23 '09 at 9:12
Is it business suicide to build a entire website in Flash?
nov 3 '09 at 0:32
C# Operators and readability
oct 23 '09 at 23:27
Silent failures in C#, seemingly unhandled exceptions that does not crash the program
oct 17 '09 at 23:12
What does Codd's 'non-subversion rule' mean?
sep 14 '09 at 21:12
How does the C# compiler detect COM types?
jul 9 '09 at 19:12
Why does Math.Round(2.5) return 2 instead of 3 in C#?