Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Jason earned this badge 84 times |
may 13 at 9:10
C# - Using Custom Annotations?
apr 3 at 15:49
Get Earliest date from from IEnumerable<DateTime>
nov 20 at 13:37
Simple string replace question in C#
oct 18 at 22:38
execute c# code at runtime from code file
oct 10 at 18:41
Convert byte array to short array in C#
sep 18 at 13:46
Extract sql query from LINQ expressions
aug 17 at 20:21
Convert string array to lowercase
aug 15 at 22:49
LINQ & Enums as IQueryable
jul 28 at 10:00
Book Recommendation on Graph Theory
may 29 '12 at 12:02
What does >+ and >- mean in C#
may 23 '12 at 7:52
DateTime.Now.ToShortDateString(); replace month and day
may 21 '12 at 19:37
Color Interpolation Between 3 Colors in .NET
may 11 '12 at 18:08
Best way to access nullable values in c#
may 8 '12 at 14:37
KeyValuePair - no parameterless constructor?
apr 19 '12 at 16:23
Reflection on a static overloaded method using an out parameter
mar 30 '12 at 16:19
Getting a List<T> from Matching two Seperate List<T>s
mar 15 '12 at 16:38
How do I perform Date Comparison in EF query?
mar 10 '12 at 7:26
Using Catch Blocks to Return, Bad Idea?
mar 8 '12 at 19:01
How do i simplify 2 foreach using LINQ?
mar 2 '12 at 1:46
How to get all types in a referenced assembly?
feb 29 '12 at 16:33
Interface Polymorphism in C# 2.0
feb 24 '12 at 15:22
c# struct stack allocated or sometimes heap allocated?
feb 23 '12 at 9:04
How to periodically flush dapper.net cache when used with SQL Server
jan 14 '12 at 15:05
Entity Framework Delete Object Problem
jan 10 '12 at 3:57
Why does BitmapSource.Create throw an ArgumentException?
dec 15 '11 at 6:20
How to use reflection to determine if a class is internal?
nov 13 '11 at 11:34
How can I get Visual Studio to error check my code (show the squiggles) without explicitly compiling?
nov 10 '11 at 21:59
Storing pair of ints on the list
oct 17 '11 at 11:37
Limit collection by enum using lambda
oct 2 '11 at 9:20
C# Garbage collection
sep 27 '11 at 20:11
Left function in c#
sep 27 '11 at 14:54
List all concrete or abstract classes of object
aug 30 '11 at 16:53
Why is does my stopwatch keep reseting after 1 second
aug 10 '11 at 18:31
Dependency Injection vs Service Location
jun 22 '11 at 18:15
Converting a generic list to a CSV string
jun 21 '11 at 21:43
C#: Why didn't Microsoft make a ReadOnlyCollection<T> inherit from the ReadOnlyCollectionBase?
jun 14 '11 at 10:13
LINQ aggregate functions on bytes, shorts, and unsigned values
may 25 '11 at 18:41
If Singletons are bad then why is a Service Container good?
may 23 '11 at 15:13
Simple question regarding LINQ
may 22 '11 at 0:54
Static Constructor & Singleton class
may 11 '11 at 23:36
Is it possible to change the return type of a function
apr 25 '11 at 17:58
C#: create a do-nothing Action on class instantiation
mar 21 '11 at 17:47
Why can't List<parent> = List<child>?
mar 17 '11 at 21:54
Instantiate A Property Of Type List<>
mar 6 '11 at 19:47
How does C++ handle &&? (Short-circuit evaluation)
feb 24 '11 at 17:56
What is the point of using a non-static local variable in a lock?
feb 15 '11 at 14:42
.ToString(), (string), or as String. When to use what?
feb 3 '11 at 2:57
IList<T> vs IEnumerable<T>: Why is this assignment invalid?
dec 18 '10 at 20:30
C# method group strangeness
dec 9 '10 at 10:01
When should one use Code contracts that comes with C# 4.0?
nov 8 '10 at 15:56
get back value from Hashed value?
oct 1 '10 at 11:06
Is there any way to negate a Predicate?
oct 1 '10 at 10:41
How to calculate modulus of large numbers?