Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Marc Gravell earned this badge 261 times |
9h ago
How to GET data from an URL and save it into a file in binary in C#.NET without the encoding mess?
may 13 at 11:15
The type must be a reference type in order to use it as parameter 'T' in the generic type or method
may 11 at 13:42
How do I get a relative path from one path to another in C#
may 8 at 14:33
Equivalent of SQL ISNULL in LINQ?
may 3 at 11:35
google protocol buffers vs json vs XML
apr 29 at 21:02
XML Serialization question - How to Serialize Element, Attribute and Text from One Object
apr 25 at 8:55
How do I serialize an enum value as an int?
apr 24 at 16:14
ArrayList vs List<object>
apr 24 at 10:54
Use of null check in event handler
apr 22 at 8:57
Static constructor in C#
apr 20 at 21:08
Easiest way to read from a URL into a string in .NET
apr 19 at 10:33
What is the point of the ISerializable interface?
apr 10 at 13:58
What is the difference between calling a delegate directly, using DynamicInvoke, and using DynamicInvokeImpl?
apr 9 at 14:52
Check if KeyValuePair exists with LINQ's FirstorDefault
apr 7 at 17:54
Using environment variable in a file path
apr 6 at 10:05
Serializing private member data
mar 28 at 12:32
Using extension methods in .NET 2.0?
mar 24 at 16:47
What's the max items in a List<T>?
mar 14 at 20:44
Thread safety and local variables
mar 13 at 13:38
Serialize a Bitmap in C#/.NET to XML
mar 11 at 17:11
In .NET, which loop runs faster, 'for' or 'foreach'?
mar 11 at 13:06
VS debugging “quick watch” tool and lambda expressions
mar 5 at 15:50
Usage of AppDomain in C#
feb 27 at 18:19
WPF vs Winforms for .Net Newbies
feb 25 at 12:11
Performance - using Guid object or Guid string as Key
feb 21 at 17:59
IEnumerable<T>.Contains with predicate
feb 7 at 16:29
How can I use interface as a C# generic type constraint?
feb 7 at 8:18
C# @ modifier for methods parameters
jan 31 at 8:24
Can a C# class inherit attributes from its interface?
jan 25 at 6:35
Serializable Inheritance
jan 23 at 12:29
How do I automatically delete tempfiles in c#?
jan 23 at 3:04
What does stream means? What are it's characteristics?
jan 22 at 8:03
Can a C# thread really cache a value and ignore changes to that value on other threads?
jan 21 at 19:43
What is AppDomain?
jan 17 at 7:27
how to run a winform from console application?
jan 8 at 17:17
C# Sort and OrderBy comparison
jan 6 at 9:00
Method call if not null in C#
jan 3 at 3:02
ShellExecute equivalent in .NET
dec 27 at 21:48
Finding out what exceptions a method might throw in C#
dec 21 at 9:11
LINQ Expression to return Property value?
dec 9 at 10:20
What is an object graph and how do I serialize one
dec 7 at 9:05
Build c# Generic Type defintion at runtime
nov 30 at 20:06
Why is Dictionary preferred over hashtable?
nov 29 at 11:11
Generate .net 4.0 class from xsd