Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
SLaks earned this badge 642 times |
may 16 at 17:02
Fastest way to convert string array to double array?
may 16 at 0:20
How to monitor events in Firebug?
may 15 at 16:09
Parameterless Constructors
may 13 at 16:30
Decoding Url with c# in .NET4 Client profile
may 13 at 14:40
c# Unable to cast object of type 'System.Windows.Forms.Label' to type 'System.Windows.Forms.TextBox'
may 10 at 17:36
Differences between two bool codes
may 10 at 4:50
Need I remove controls after disposing them?
may 9 at 10:09
what browser is document.layers sniffing?
may 7 at 14:04
string.Join(string, string[]) returns “System.String[]”
may 6 at 17:33
change property name
may 5 at 16:42
Preserving state in an extension method
may 3 at 13:25
What should I be using between $() and jQuery()?
may 1 at 13:14
In C# how can i check if T is of type IInterface and cast to that if my object supports that interface?
may 1 at 8:19
How to convert color code into media.brush?
apr 29 at 19:37
Use nullable value if it HasValue
apr 29 at 5:31
Send Email Async
apr 26 at 17:47
Can we use Razor syntax in ASP.NET Webforms (*.aspx pages)?
apr 24 at 15:59
Finding out if an enum has the “Flags” attribute set
apr 24 at 9:14
Best way to make winforms resizable?
apr 23 at 19:29
Incrementing: x++ vs x += 1
apr 23 at 10:57
Disable WinForms ProgressBar animation
apr 23 at 6:37
How to hash a password?
apr 22 at 13:52
How to find the submit button in a specific form in jQuery
apr 21 at 14:00
Can`t get value for Math.Abs(-2147483648)
apr 19 at 15:43
Remove trailing “=” when base64 encoding
apr 19 at 4:38
What is console.log?
apr 18 at 9:12
Partially Bold Text in an HTML select
apr 16 at 15:40
Are idempotent functions the same as pure functions?
apr 16 at 9:10
Why doesn't Collections.Generic.Queue have Synchronized method but Collections.Queue has?
apr 16 at 1:19
Is it faster to return early or to let the code finish?
apr 12 at 19:26
(post deleted or otherwise unavailable)
apr 11 at 14:40
Visual Studio 2010 git source control provider
apr 10 at 14:23
WHy should virtual methods be explicitly overridden in C#?
apr 5 at 19:59
Getting the selected option value in jQuery
apr 4 at 18:22
VBA Sleep Doesn't Work
apr 4 at 7:26
how does ghs.google.com work?
apr 3 at 15:34
using extension methods on int
mar 31 at 20:20
Can methods in java be nested and what is the effect?
mar 29 at 12:53
Select element based on text
mar 28 at 14:22
How to route a query string with “?” and how to handle it
mar 21 at 14:41
How to disable javascript in chrome developper tools
mar 21 at 12:16
operator overloading in python
mar 19 at 16:49
Throwing exceptions in callback method for Timers
mar 18 at 0:57
Why my overriding method of toString() has to be public?
mar 17 at 22:17
WebClient Unicode - Which UTF8?
mar 15 at 13:45
replace callback function with matches
mar 14 at 22:14
Create custom Helper in ASP NET MVC 3 and Razor