Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Lasse V. Karlsen earned this badge 62 times |
apr 25 at 6:15
SQL Group By with an Order By
apr 23 at 0:27
Postfix notation to expression tree
apr 19 at 22:04
How can I measure the similarity between two images?
mar 21 at 9:50
What is an Object-Relational Mapping Framework?
mar 15 at 15:40
Deep copy of a dict in python
feb 18 at 17:31
What's the use of the SyncRoot pattern?
feb 7 at 17:39
Should the folders in a solution match the namespace?
feb 5 at 0:10
Get Month name from month number
dec 1 at 22:57
Polymorphism - Define In Just Two Sentences
nov 26 at 15:39
How does a hash table work?
nov 16 at 10:38
Is it necessary to override == and != operators when overriding the Equals method? (.NET)
nov 8 at 14:15
Mixed mode assembly in .NET 4
oct 19 at 14:38
Remove duplicates from a List<T> in C#
aug 30 at 10:59
SQL MAX of multiple columns?
aug 20 at 12:08
.NET - Dictionary locking vs. ConcurrentDictionary
aug 19 at 21:12
Difference between Inner Join & Full join
jul 25 at 14:23
Do you say No to C# Regions?
jul 12 at 8:03
Mercurial .hgignore for Visual Studio 2010 projects
jul 9 at 4:33
Is there a Function type in C#?
jun 27 at 14:13
Circular import dependency in Python
may 17 '12 at 2:09
SQL Case Statement Syntax?
may 14 '12 at 20:08
Efficient way of storing Huffman tree
apr 6 '12 at 7:50
How Scalable is SQLite?
mar 23 '12 at 9:08
C : Why do you specify the size when using malloc?
mar 6 '12 at 14:25
Is the ^ operator really the XOR operator in C#?
mar 5 '12 at 13:35
How do I copy items from list to list without foreach?
feb 18 '12 at 3:29
How to embed a text file in a .NET assembly?
feb 17 '12 at 6:35
How can I read the properties of a C# class dynamically?
feb 15 '12 at 15:24
SQL Server 2000/5 Escape an Underscore
jan 13 '12 at 17:36
How to reference generic classes and methods in xml documentation
jan 11 '12 at 18:16
In C#, how do I check if a type is a subtype OR the type of an object?
oct 19 '11 at 22:49
Why Interpreted Languages Are Slow?
sep 22 '11 at 16:06
What is a lambda (function)?
sep 16 '11 at 17:28
Checking if a list is empty with LINQ
jul 7 '11 at 2:59
Differences in string compare methods in C#
jul 7 '11 at 2:59
SQL left join vs multiple tables on FROM line?
jun 4 '11 at 20:13
Python: Once and for all. What does the Star operator mean in Python?
jun 3 '11 at 20:15
What is the 'dynamic' type in C# 4.0 used for?
apr 27 '11 at 14:59
Suppressing “is never used” and “is never assigned to” warnings in C#
apr 25 '11 at 22:00
What does it mean for a data structure to be “intrusive”?
dec 21 '10 at 5:40
How do I list the tables in a SQLite database file
dec 1 '10 at 16:20
(post deleted or otherwise unavailable)
nov 8 '10 at 16:42
Left join and Left outer join in SQL Server
oct 8 '10 at 6:11
How to check For File Lock in C#?
aug 19 '10 at 19:18
I need this baby in a month - send me nine women!
aug 4 '10 at 15:50
Will #if RELEASE work like #if DEBUG does in C#?
mar 26 '10 at 23:07
“this” in function parameter
dec 23 '09 at 15:02
How does C# compilation get around needing header files?
nov 30 '09 at 14:32
Print all combinations from 0000 to 9999 in C#
nov 6 '09 at 8:07
What should the penalty/response for missing a deadline be?
sep 10 '09 at 21:02
(post deleted or otherwise unavailable)
jul 19 '09 at 19:52
Comparing date ranges
jun 8 '09 at 6:57
(post deleted or otherwise unavailable)
jun 5 '09 at 6:22
What's the difference between struct and class in .Net?