Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Noldorin earned this badge 123 times |
may 15 at 14:39
Remove item from list based on condition
may 6 at 16:13
C# Should I Loop until no exception?
apr 11 at 23:45
How can I get the users network login name?
apr 3 at 9:54
Asymptotic complexity of .NET collection classes
mar 22 at 10:58
Generate number sequences with LINQ
feb 12 at 10:54
Sieve of Atkin explanation
jan 25 at 2:25
What CSS3 features does Internet Explorer 8 support?
jan 3 at 2:12
Trigonometric functions on embedded system
dec 12 at 12:47
how to sort a collection by datetime in c#
nov 7 at 13:25
Enum ToString
oct 24 at 16:34
Why Tuple's items are ReadOnly?
sep 25 at 14:32
C# get window handle after starting a process
sep 24 at 8:22
Send a File to the Recycle Bin
sep 19 at 20:51
Generics and Extension Methods Together
sep 14 at 13:59
C# implicit conversions and == operator
aug 31 at 14:14
How can I get a BitmapImage from a Resource?
aug 30 at 5:44
C# Is String in Array
aug 25 at 3:17
Best way to check for inner exception?
jun 13 '12 at 7:16
C# - why is \n\r not working?
may 24 '12 at 21:27
Subset of Array in C#
may 21 '12 at 17:47
Abstract Class Constructor
apr 13 '12 at 15:07
WPF WBA (XBAP) versus Silverlight
mar 22 '12 at 20:13
Twitter is scared of my lengthy url - gotta shorten it! [c#]
mar 20 '12 at 19:28
Easiest way to read text file which is locked by another application
mar 16 '12 at 5:07
How to pass constant value for 1 binding in multi-binding?
mar 12 '12 at 12:32
Linq Select Certain Properties Into Another Object?
feb 29 '12 at 10:45
UI library for XNA
jan 24 '12 at 23:04
Javascript Random Number?
nov 22 '11 at 10:17
How to access c# WPF control in thread safe way?
oct 27 '11 at 6:47
C# bitwise rotate left and rotate right
oct 26 '11 at 12:44
Value of the last element of a list
sep 26 '11 at 19:28
.Net equivalent of the old vb left(string, length) function?
sep 26 '11 at 0:32
Is it possible to develop a web browser using Python?
sep 22 '11 at 11:35
Why use finally in C#?
aug 30 '11 at 15:12
Ways to synchronize interface and implementation comments in C#
aug 25 '11 at 20:12
Convert StringCollection to List<String>
aug 18 '11 at 20:35
What is ANSI format?
aug 13 '11 at 10:11
How to elevate privileges only when required?
jul 21 '11 at 18:59
.NET HTML DOM Parser?
jul 7 '11 at 2:49
Linq list of lists to single list
jun 27 '11 at 19:46
difference between Convert.ToInt32 and (int)
may 10 '11 at 3:26
Does WPF have a native file dialog?
may 8 '11 at 11:49
How to say XAML <Button Height=“Auto”/> in code behind?
may 3 '11 at 16:16
Strong password regex
mar 30 '11 at 23:01
<button> vs. <input type=“button” />. Which to use?
mar 28 '11 at 13:00
How do I make a marquee progress bar in WPF?
mar 22 '11 at 2:30
Group by Weeks in LINQ to Entities
mar 15 '11 at 5:12
const Dictionary in c#
mar 8 '11 at 2:45
ThreadStatic Modified with Static C#
mar 5 '11 at 16:03
C# Cast Entire Array?
feb 4 '11 at 17:22
Why doesn't .NET/C# optimize for tail-call recursion?
dec 30 '10 at 22:22
How to copy one Stream to a byte array with the smallest C# code?
dec 10 '10 at 0:19
How to handle WndProc messages in WPF?
nov 19 '10 at 15:44
C#: Linq style “For Each”
nov 19 '10 at 12:58
Is it possible to dynamically compile and execute C# code fragments?
nov 18 '10 at 15:25
How do I make non-value types nullable in C#?