Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Charles Bretana earned this badge 70 times |
2d ago
Very slow DELETE query
apr 28 at 1:43
4 byte unsigned int in SQL Server?
mar 18 at 6:12
How do I provide custom cast support for my class?
feb 28 at 15:10
Bitwise operations in T-SQL
feb 27 at 12:13
Are foreign keys indexed automatically in SQL Server?
jan 19 at 1:58
Should functions return null or an empty object?
dec 15 at 6:39
How do you do *integer* exponentiation in C#?
dec 12 at 16:42
How are DLLs loaded by the CLR?
nov 30 at 22:06
SQL query with count and case statement
nov 27 at 10:25
How do I convert an int to a zero padded string in T-SQL?
nov 19 at 21:32
Remove a bit of a string before a word
nov 16 at 10:58
lazy initialization of singletons
nov 8 at 14:15
Multi-dimensional arraylist or list in C#?
nov 2 at 12:42
Is there a programming language “below” Assembly?
jul 29 at 14:40
What is meant by “thread-safe” code?
may 17 '12 at 3:44
Are delegates and callbacks the same or similiar?
apr 17 '12 at 2:06
What is the memory footprint of a Nullable<T>
apr 16 '12 at 16:36
BackgroundWorker and Threads
apr 11 '12 at 13:22
Best Practice: ByRef or ByVal? in .Net
apr 6 '12 at 21:00
How to determine if a list of polygon points are in clockwise order?
mar 28 '12 at 21:49
How to get the maximum number of a particular length
mar 7 '12 at 4:14
Multiple NOT distinct
feb 29 '12 at 20:55
is there a difference between a select statement inside a transaction and one that is outside of it
jan 5 '12 at 17:40
T-SQL: Comparing Two Tables - Records that don't exist in second table
dec 2 '11 at 16:42
Working with singletons in .Net Remoting
oct 11 '11 at 17:45
SQL Logic Operator Precedence: And and Or
sep 14 '11 at 12:44
Write a number with two decimal places SQL server
jul 20 '11 at 18:35
Nullable Foreign Key bad practice?
jul 19 '11 at 8:15
TSQL Pivot without aggregate function
jun 8 '11 at 21:02
Difference between Automatic Properties and public field in C# 3.0
may 10 '11 at 17:11
Getting the minimum of two values in sql
mar 11 '11 at 14:40
What does a transaction around a single statement do?
jan 10 '11 at 4:47
Should I get rid of clustered indexes on Guid columns
dec 15 '10 at 22:23
Ordering SQL query by specific field values
oct 26 '10 at 8:22
Create a computed column on a datetime
aug 21 '10 at 7:08
What are the advantages of using an ORM?
aug 7 '10 at 9:46
Asynchronous Vs. Synchronous Execution, What does it really mean?
jul 7 '10 at 16:03
A better way to return '1' if a left join returns any rows?
jul 2 '10 at 15:47
Which is clearer form: if(!value) or if(flag == value)?
jun 7 '10 at 16:57
Why does this cause a StackOverFlow error?
apr 30 '10 at 0:32
Are multiple conditional operators in this situation a good idea?
apr 26 '10 at 14:12
When can a design pattern make your software worse?
apr 13 '10 at 0:52
How Much Designing Should Go On Before Any Coding Takes Place?
dec 18 '09 at 16:32
C# How would I check if a date that is currently a string is today?
dec 17 '09 at 0:12
When would you want to nest classes in C#?
nov 30 '09 at 16:32
Refactoring an If else tree
nov 13 '09 at 3:22
How .NET differentiates reference vs primitive and value types
oct 19 '09 at 0:27
C# event removal syntax
oct 7 '09 at 23:52
How to create an “intercept missile” for a game?
sep 15 '09 at 16:02
Interesting SQL quiz
sep 4 '09 at 11:22
Why prefix C# interface names with āIā
sep 3 '09 at 17:32
Does anyone have a good analogy for dependency injection?
aug 31 '09 at 21:32
C# String enums
aug 27 '09 at 16:27
Circular References Cause Memory Leak?
jul 28 '09 at 19:12
Elegantly determine if more than one boolean is “true”