Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Jason earned this badge 38 times |
apr 29 at 0:25
Why do primitive types in C# have their own operations?
mar 29 at 17:54
Can someone explain what the C# “Func<T,T>” does?
mar 6 at 12:52
Post-increment and pre-increment in 'for' loop
feb 26 at 20:23
Retrieving the calling method name from within a method (C#)
feb 22 at 15:01
Giving a property the same name as its class
feb 13 at 8:15
Static vs. non-static method
dec 21 at 11:56
Multi-key dictionary in c#?
nov 13 at 19:37
C# method group strangeness
sep 27 at 16:12
What is memoization and how can I use it in Python?
aug 29 at 11:58
getting type T from IEnumerable<T>
jul 27 at 16:59
Detecting syllables in a word
jun 7 '12 at 15:40
Converting a generic list to a CSV string
may 16 '12 at 20:23
How to calculate modulus of large numbers?
apr 29 '12 at 16:37
If Singletons are bad then why is a Service Container good?
apr 16 '12 at 9:46
Is C# Decimal Rounding Inconsistent?
mar 12 '12 at 9:39
Why use .AsEnumerable() rather than casting to IEnumerable<T>?
mar 1 '12 at 15:24
Why does the C# compiler allow an explicit cast between IEnumerable<T> and TAlmostAnything?
dec 2 '11 at 10:30
What's an Aggregate Root?
dec 1 '11 at 21:36
How to convert List<Company> to List<ICompany>
jul 15 '11 at 21:19
nth fibonacci number in sublinear time
jul 15 '11 at 18:39
Difference between covariance and upcasting
mar 18 '11 at 19:34
What is the Java equivalent of C++'s templates?
mar 7 '11 at 22:54
Enum Naming Convention - Plural
sep 3 '10 at 21:57
Get last 10 lines of very large text file > 10GB c#
aug 9 '10 at 3:19
NP vs NP-Complete vs NP-Hard — what does it all mean?
jul 3 '10 at 21:32
Interface in C#
jun 8 '10 at 1:57
Can anyone explain this algorithm for calculating large factorials?
may 31 '10 at 10:12
Why do we need boxing and unboxing in C#?
jan 29 '10 at 21:07
Would you use num%2 or num&1 to check if a number is even?
jan 24 '10 at 17:17
Simple proof that GUID is not unique
jan 24 '10 at 17:12
Normalizing from [0.5 - 1] to [0 - 1]
dec 22 '09 at 22:02
How do I convert a decimal to an int in C#?
oct 7 '09 at 17:12
Equation for testing if a point is inside a circle
dec 26 '08 at 1:17
Why do we use arrays instead of other data structures?