Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Joel Coehoorn earned this badge 85 times |
apr 16 at 7:00
Respecting XP themes when designing WinForms UI
oct 26 at 16:04
SQL Server 2000 Function for record created datetime
oct 16 at 11:38
Is there any implementation of .NET for Mac OS?
aug 15 at 2:44
The true definition of immutability?
jul 24 at 17:17
IsPostBack always returns false
jul 5 at 1:01
Compare dates in T-SQL, ignoring the time part
jun 19 '12 at 13:47
How to escape slash (/) in VBScript?
jun 1 '12 at 15:33
Parsing a decimal from a DataReader
may 28 '12 at 16:07
Is there such a thing as a nullable bool in vb.net
may 19 '12 at 11:15
Alternatives to .Net Membership
may 4 '12 at 15:10
string replace not working at all
mar 20 '12 at 18:18
Am I using Lists correctly?
dec 22 '11 at 12:02
quickest way to remove one array of items from another
dec 9 '11 at 10:05
My SQLParameter isn't passing NULL correctly
dec 5 '11 at 18:08
What are the pros and cons of OleDB versus SQLClient?
nov 15 '11 at 17:33
SQL inline if statement type question
sep 26 '11 at 15:11
How do I (or can I) SELECT DISTINCT on multiple columns (postgresql)?
sep 26 '11 at 13:01
Howto design for extension
aug 2 '11 at 20:16
Web authentication state - Session vs Cookie vs?
jul 7 '11 at 9:43
ASP.net: dynamically load web user control
jul 7 '11 at 3:04
C# Converting 20 digit precision double to string and back again
jul 7 '11 at 3:04
Prevent insertion of repeated information in SQL
jul 7 '11 at 3:04
C# GUI with tabs
jul 7 '11 at 3:04
C# List<> Order with 3 properties .Net 2.0
may 24 '11 at 23:22
Difference between DirectCast() and CType() in VB.Net
feb 6 '11 at 4:08
Is it possible to write to a file (on a disk) using JavaScript?
jan 18 '11 at 12:09
How to Stop VS Designer from messing up my already present code
dec 19 '10 at 21:45
Rails 2.0: Why not use sqlite3?
nov 19 '10 at 10:01
Replace non-numeric with empty string
nov 16 '10 at 11:09
VARCHARS: 2, 4, 8, 16, etc.? Or 1, 3, 7, 15, etc.?
nov 10 '10 at 19:33
Ternary operator VB vs C#: why resolves Nothing to zero?
oct 15 '10 at 9:22
List<T> to string[]
oct 14 '10 at 19:17
Does the VB.NET “If” operator cause boxing?
oct 1 '10 at 11:06
Closures and Lambda in C#
oct 1 '10 at 10:41
.NET / C# - Convert char[] to string
oct 1 '10 at 8:21
How could I improve this C# randomising method?
oct 1 '10 at 8:11
Can't create static variable inside a static method?
oct 1 '10 at 7:17
How do closures work behind the scenes? (C#)
oct 1 '10 at 5:28
App.Config vs. AppName.exe.Config
jul 29 '10 at 7:23
Order of a newly defined C# array
jul 2 '10 at 11:57
How do I prevent SQL injection with ColdFusion
apr 23 '10 at 9:02
C# Beginner: Where has my IList.Where() method gone?
dec 18 '09 at 21:22
Labor Day Vs. Thanksgiving
nov 4 '09 at 15:42
C# - Finding the common members of two List<T>s - Lambda Syntax
oct 30 '09 at 19:22
What does “for(;;)” do in C#?
aug 24 '09 at 18:47
How to copy one Stream to a byte array with the smallest C# code?
jun 23 '09 at 10:12
Why doesn't this code compile? - object assignment, call, increment, decrement and new can be used as instruction
jun 12 '09 at 12:12
Learning Javascript vs. jQuery
jun 9 '09 at 13:32
What is the Generic version of a Hashtable?
jun 8 '09 at 13:51
.Net Console Application that Doesn't Bring up a Console
jun 5 '09 at 14:06
How does SqlCommand sanitize parameters?
jun 4 '09 at 14:07
What is the best practice use of SQL Server T-SQL error handling?
jun 1 '09 at 14:07
How method hiding works in C#?