Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Marc Gravell earned this badge 89 times |
may 9 at 10:09
Why does the lock object have to be static?
apr 18 at 14:43
Performance of Arrays vs. Lists
mar 19 at 20:14
How do I do pagination in ASP.NET MVC?
mar 19 at 7:58
Naming Conventions For Partial Class Files
mar 13 at 8:13
C# Reading a File Line By Line
feb 27 at 14:54
Automatic Properties and Structures Don't Mix?
feb 19 at 9:16
Using an object as a generic Dictionary key in .net
feb 8 at 14:35
Generate .net 4.0 class from xsd
jan 19 at 14:23
How to get the PropertyInfo of a specific property?
nov 30 at 17:26
C# binary literals
nov 28 at 18:05
string.split - by multiple character delimiter
nov 25 at 1:34
Can I get the signature of a C# delegate by its type?
nov 16 at 20:59
List Manipulation in C# using Linq
nov 16 at 3:33
C# namespace alias - what's the point?
nov 10 at 17:36
To check if a string contains an element from a list (of strings) - Is there a better way to write this code?
oct 17 at 9:43
Visual C# 2010 Express Output Window
oct 2 at 13:03
C# How can I check if a URL exists/is valid?
sep 12 at 20:34
C# constructor chaining? (How to do it?)
aug 22 at 8:44
How to copy part of an array to another array in C#?
aug 21 at 12:33
How to check if connection string is valid?
aug 21 at 8:53
Best way to create a Midnight DateTime in C#
aug 8 at 17:51
Combining two expressions (Expression<Func<T, bool>>)
aug 6 at 8:53
DataContractSerializer doesn't call my constructor?
aug 1 at 13:33
HTML Agility pack - parsing tables
jul 3 at 15:40
C# Thread won't sleep?
jun 7 '12 at 18:45
.NET - Convert Generic Collection to DataTable
may 11 '12 at 20:33
How do I compare a generic type to its default value?
apr 30 '12 at 8:02
LINQ Distinct operator, ignore case?
apr 16 '12 at 8:41
LINQ to SQL using GROUP BY and COUNT(DISTINCT)
apr 13 '12 at 7:52
LINQ to SQL Left Outer Join
apr 11 '12 at 21:17
string.Empty vs null.Which one do you use?
apr 10 '12 at 6:51
C# LINQ First() faster than ToArray()[0]?
mar 29 '12 at 15:09
Convert generic List/Enumerable to DataTable?
mar 20 '12 at 4:58
How slow is Reflection
mar 14 '12 at 19:11
Proper way to implement IXmlSerializable?
mar 13 '12 at 18:11
Suppress Null Value Types from Being Emitted by XmlSerializer
mar 12 '12 at 16:07
C#, List<T>.Contains() - too slow?
mar 5 '12 at 20:45
Refactoring Fibonacci Algorithm
feb 24 '12 at 23:49
Anonymous method in Invoke call
feb 23 '12 at 13:42
Breaking out of a nested loop
jan 20 '12 at 10:52
How to check if an object is nullable?
jan 13 '12 at 15:00
Should a return statement be inside or outside a lock?
dec 12 '11 at 8:43
To return IQueryable<T> or not return IQueryable<T>
dec 7 '11 at 8:57
Difference between Dictionary and Hashtable
nov 8 '11 at 10:38
C# version of java's synchronized keyword?
nov 2 '11 at 19:47
Which method performs better: .Any() vs .Count() > 0?
oct 19 '11 at 22:49
Is there a difference between “throw” and “throw ex”?
sep 22 '11 at 21:23
c# When should I use List and when should I use arraylist?
sep 7 '11 at 15:36
C# arrays , Getting a sub-array from an existing array