Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Marc Gravell earned this badge 507 times |
may 20 at 20:08
How to make a HTTP PUT request?
may 16 at 15:47
Reading xml file from a resource
may 13 at 4:35
Generated file with protobuf-net for c# is different a little from the same file generated in C++
may 1 at 14:50
optimization for large byte[]
apr 22 at 16:02
Using Dapper to populate Enum properties
apr 17 at 21:57
Reading XML to a Dictionary
apr 17 at 9:26
VisualStudio bug?
apr 15 at 8:58
WCF Image Serializing
apr 10 at 19:34
Code equivalent to += assignment to an event
apr 6 at 11:55
Linq-to-SQL DataContext across multiple threads
apr 4 at 20:07
Difference Between Invoke and DynamicInvoke
apr 4 at 15:21
Can't step into iterator block whilst debugging (C#)
apr 2 at 20:54
XDocument.Save() without header
mar 19 at 17:09
XML Deserialization and Loose Array Items
mar 12 at 15:17
Changing the XML structure generated by XmlSerializer in C#
mar 11 at 11:01
C# Time a function using attribute
feb 26 at 21:48
C# Serialize object to element with attributes and children
feb 26 at 9:07
Why is Guid NOT an object in c#?
feb 19 at 17:27
Stored Procedure Default Value
feb 14 at 18:02
Is C# namespace separator (.) defined somewhere?
feb 7 at 17:39
.Net 4.5 WebSocket Server Running on Windows 7?
feb 7 at 15:54
Binary String to Integer
feb 7 at 12:23
Why does this code work without the unsafe keyword?
feb 5 at 21:56
Order an array using another array as indexes C#
feb 1 at 9:05
Difference in .NET Protocol Buffer libraries
jan 31 at 16:39
Releasing temporary COM objects
jan 25 at 0:15
Sorting an XElement
jan 23 at 16:54
Comparing Arrays in C#
jan 18 at 14:43
Conversion of a string to double C#
jan 14 at 21:46
What are Apache Thrift and Google Protocol Buffers used for?
dec 27 at 1:58
DataGridView bound to a Dictionary
dec 26 at 18:08
Select current week using LINQ
dec 24 at 17:27
Track all object references in C#
dec 20 at 15:06
WebClient.UploadData correct usage for post request
dec 19 at 13:45
Func<> delegate - Clarification
dec 5 at 16:53
Exception: “URI formats are not supported”
dec 3 at 13:07
What is a good usage of the is-operator
nov 28 at 14:00
How to do a Bulk Insert — Linq to Entities