Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Joel Coehoorn earned this badge 339 times |
may 21 '09 at 14:07
Best Practices for Removing Unused Code
may 19 '09 at 19:02
When is it OK to use the GoTo statement in VB.Net?
may 13 '09 at 20:57
C#: Casting types dynamically
may 13 '09 at 19:37
System.Collections - why so many options?
may 13 '09 at 19:12
How do I create a parameterized SQL query? Why Should I?
may 12 '09 at 21:47
(post deleted or otherwise unavailable)
may 11 '09 at 18:22
(post deleted or otherwise unavailable)
may 7 '09 at 22:02
SQL sort by version “number”, a string of varying length
may 5 '09 at 1:52
Dynamic Query in SQL Server
apr 28 '09 at 17:02
Will you migrate your UI to using ribbons for Windows 7?
apr 23 '09 at 20:27
In ASP.Net, what is the difference between <%= and <%#
apr 21 '09 at 16:57
(post deleted or otherwise unavailable)
apr 21 '09 at 11:57
Should we select VB.NET or C# when upgrading our legacy applications?
apr 13 '09 at 21:12
Is it better to use an uniqueidentifier(GUID) or a bigint for an identity column?
apr 11 '09 at 17:18
Why would anybody use C over C++?
apr 2 '09 at 21:37
Is it acceptable not to deallocate memory
apr 2 '09 at 16:02
C#.NET: Is it safe to check floating point values for equality to 0?
apr 1 '09 at 16:12
.NET Library to access the COM Port?
mar 28 '09 at 15:57
Do I need to buy Visual Studio Professional?
mar 27 '09 at 21:57
Assembly code vs Machine code vs Object code?
mar 25 '09 at 9:52
Windows and renaming folders, the 'con' issue
mar 24 '09 at 22:47
How do I append a newline character for all lines except the last one?
mar 24 '09 at 0:22
What is the difference between Left, Right, Outer and Inner Joins?
mar 20 '09 at 15:17
How to prevent Sql-Injection on User-Generated Sql Queries
mar 20 '09 at 13:57
Why Java needs Serializable interface?
mar 17 '09 at 17:27
Why doesn't the Random.Next method in .NET support floats/double?
mar 12 '09 at 18:47
Why Can't I Have “public static const string S = ”STUFF"; In My Class
mar 12 '09 at 18:37
Making a SQL Query in two tables
mar 12 '09 at 14:12
Yield in VB.NET
mar 9 '09 at 21:32
Is it better to use NOT or <> when comparing values?
mar 9 '09 at 14:22
Comma “izing” a list of items
mar 5 '09 at 20:32
C# 'var' vs specific type performance
mar 4 '09 at 20:17
.NET 2.0 - Tokenizing space separated text
mar 4 '09 at 18:42
How do you declare an interface in C++?
mar 2 '09 at 10:12
Are variable prefixes (“Hungarian notation”) really necessary anymore?
feb 27 '09 at 9:17
How do I flush the PRINT buffer in TSQL?
feb 25 '09 at 19:27
Why should I care about hashing passwords anyway?
feb 19 '09 at 22:42
(post deleted or otherwise unavailable)
feb 14 '09 at 18:47
(post deleted or otherwise unavailable)
feb 13 '09 at 20:17
ASP.NET Development Server or Localhost IIS?
feb 12 '09 at 20:17
Regular expression to find all table names in a query
feb 12 '09 at 9:22
What's your favorite implementation of producing the Fibonacci sequence?
feb 10 '09 at 14:27
I need a quick and dirty way to append to a text file in vb.net
feb 10 '09 at 6:32
Why do we need new keywords for Covariance and Contravariance in C#?
feb 9 '09 at 16:58
how can you easily check if access is denied for a file in .NET?
feb 9 '09 at 15:02
Is RIGHT JOIN Ever Required?
feb 7 '09 at 16:07
Stored Procedures - End of days
feb 4 '09 at 0:42
Need an example explaining why use of comparision operands != and == is considered bad practice in JavaScript
feb 3 '09 at 14:47
Option Strict On and .NET for VB6 programmers
jan 31 '09 at 0:47
DateTime “null” value
jan 30 '09 at 18:22
Is there a benefit to JUST a “throw” in a catch?
jan 27 '09 at 22:17
(post deleted or otherwise unavailable)
jan 26 '09 at 2:52
Regular expression that calls string “a?c” invalid?
jan 23 '09 at 20:22
Random date in C#
jan 22 '09 at 19:37
ASP.NET: How to convert <A> or HtmlAnchor to static text?
jan 22 '09 at 18:37
Is there an equivalent to SHA1() in MS-SQL?
jan 22 '09 at 6:17
How do you deal with m..n relationships in a relational database?
jan 14 '09 at 23:17
Advertised disk space vs actual disk space
jan 14 '09 at 20:37
SQL Server: Is it possible to insert into two tables at the same time?
jan 14 '09 at 16:07
Validate numbers in JavaScript - IsNumeric()