Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Marc Gravell earned this badge 1214 times |
may 16 at 15:47
Reading xml file from a resource
may 16 at 7:15
Convert SQL into Linq query
may 14 at 12:01
Whats the opposite opperation for += using strings?
may 13 at 19:10
which has better performance? static versus objects
may 13 at 17:50
Anonymous collection initializer for a dictionary
may 13 at 4:30
Generated file with protobuf-net for c# is different a little from the same file generated in C++
may 10 at 12:20
Slow LINQ query for .ToArray()
may 9 at 14:19
Class not inheriting from object?
may 2 at 18:58
In C#, are the values in a List<struct> boxed?
may 1 at 13:49
optimization for large byte[]
apr 24 at 21:25
Task and exception silence
apr 24 at 12:19
Convert Dataset to IQueryable<T> or IEnumerable<T>
apr 24 at 11:34
Default delegate in C#
apr 23 at 8:22
C# switch in lambda expression
apr 22 at 21:12
Is a string property itself threadsafe?
apr 22 at 15:47
Using Dapper to populate Enum properties
apr 19 at 7:43
How do I adjust the brightness of a color?
apr 18 at 20:33
C#: How can you loop over the property's of a class?
apr 17 at 18:52
Reading XML to a Dictionary
apr 17 at 8:56
VisualStudio bug?
apr 16 at 8:35
overloading operator== and comparison to null
apr 15 at 20:29
What are ways to solve Memory Leaks in C#
apr 15 at 6:13
WCF Image Serializing
apr 12 at 21:31
inaccessible due to its protection level
apr 12 at 13:15
C# thread-safe getter performance differences
apr 11 at 18:55
VisualStudio / C#: Debugging imported DLL
apr 11 at 6:54
Nullable<T>: and overloaded operators, bool? & bool
apr 10 at 16:14
Code equivalent to += assignment to an event
apr 9 at 19:07
c# print the class name from within a static function
apr 6 at 13:00
C# How can false == true ? See Picture
apr 6 at 10:20
Linq-to-SQL DataContext across multiple threads
apr 4 at 19:57
Difference Between Invoke and DynamicInvoke
apr 4 at 13:16
Can't step into iterator block whilst debugging (C#)
apr 2 at 20:34
XDocument.Save() without header
apr 2 at 10:03
Delegates in .NET: how are they constructed?
mar 28 at 20:42
Best way to read a large file into byte array in C#?
mar 27 at 11:36
Can i request SQL Server to cache a certain result set?
mar 26 at 10:50
C# Threading: Using Monitor.Wait, Lock and PulseAll
mar 25 at 11:22
Can object constructor return a null?
mar 21 at 7:55
Generics - where T is a number?