| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Mehrdad Afshari earned this badge 113 times |
may 30 at 22:07
Store List to session
may 28 at 2:24
How to get a enum value from string in C#?
may 6 at 5:57
how to see active SQL Server connections?
apr 24 at 12:39
IEnumerable<IEnumerable<T>> to IEnumerable<T> using LINQ
mar 15 at 14:10
Why do structs need to be boxed?
mar 13 at 9:58
Cache VS Session VS cookies?
mar 6 at 17:27
C# Binary File Compare
feb 19 at 0:36
obtain generic enumerator from an array
jan 12 at 13:46
Should destructors be threadsafe?
dec 12 at 22:13
Determine if table exists in SQL Server CE?
nov 22 at 22:28
What are the most useful new features in C99?
nov 15 at 14:23
Determine if a type is static
nov 11 at 3:21
Access random item in list
nov 2 at 6:42
Why Would I Ever Need to Use C# Nested Classes
sep 20 at 20:11
Is ASP.Net a technology suitable for high-load sites?
aug 24 at 16:11
How to properly overload the << operator for an ostream?
aug 20 at 18:33
How to store a list in a db column
aug 17 at 13:40
String to enum conversion in C#
aug 17 at 12:25
How do I declare a 2d array in C++ using new?
aug 14 at 17:48
How to retrieve a webpage with C#?
jul 30 at 6:31
How to execute a stored procedure from c# program
jul 4 '12 at 10:40
StringDictionary vs Dictionary<string, string>
jul 2 '12 at 18:45
arraylist vs List<> in c#
jun 21 '12 at 11:02
LINQ : Determine if two sequences contains exactly the same elements
jun 20 '12 at 21:22
In C#, can a class inherit from another class and an interface?
may 29 '12 at 9:57
Why can't I make a vector of references?
may 18 '12 at 10:35
C# if/then directives for debug vs release
may 15 '12 at 13:43
How to select a specific node with LINQ-to-XML
may 4 '12 at 15:35
Why does C++ not have reflection?
apr 23 '12 at 15:25
LINQ: How to perform .Max() on a property of all objects in a collection and return the object with maximum value
apr 17 '12 at 11:46
What is the difference between Decimal, Float and Double in C#?
apr 7 '12 at 15:30
Why can't I put a constraint on nvarchar(max)?
mar 17 '12 at 20:58
IDictionary<TKey, TValue> in .NET 4 not covariant
mar 15 '12 at 6:17
Segmentation Fault With Char Array and Pointer in C on Linux
feb 29 '12 at 15:43
Member '<method>' cannot be accessed with an instance reference
feb 17 '12 at 12:44
Classes vs. Modules in VB.Net
jan 23 '12 at 8:09
Why can't I unbox an int as a decimal?
dec 9 '11 at 22:20
(this == null) in C#!
nov 22 '11 at 19:02
Best way to read a large file into byte array in C#?
nov 21 '11 at 20:30
Question on Initial Value of an Enum (C#)
nov 8 '11 at 4:26
ASP.Net MVC RedirectToAction with anchor
nov 6 '11 at 7:50
C pointer to array/array of pointers disambiguation
sep 20 '11 at 20:16
Testing if object is of generic type in C#
sep 12 '11 at 19:22
How can I make Array.Contains case-insensitive on a string array?
aug 15 '11 at 6:01
How much RAM is there in an an iOS (Iphone/iPad/iPod Touch) Device?
aug 11 '11 at 7:35
How to select only the records with the highest date in LINQ
jul 20 '11 at 2:15
Access modifiers on interface members in C#
jul 12 '11 at 16:35
converting a .net Func<T> to a .net Expression<Func<T>>
jul 11 '11 at 11:46
C#: How do I parse a string with a decimal point to a double?
jul 7 '11 at 14:05
Can I convert long to int?
jul 7 '11 at 2:59
Shortest method to convert an array to a string in c#/LINQ