1,084 reputation
215
bio website
location
age
visits member for 1 year, 6 months
seen 12 hours ago
stats profile views 47

Jun
4
accepted Prevent context-switching in timed section of code (or measure then subtract time not actually spent in thread)
Apr
17
accepted How to enumerate a list in portions (to avoid OutOfMemoryException)?
Apr
10
accepted SocketException when sending many messages (code 10048)
Apr
2
accepted Writing/Parsing library for CSV with unknown number of columns
Mar
16
accepted Query for cores/core names or just query over all cores?
Jan
14
accepted Azure CloudTable.ExecuteBatch(TableBatchOperation) throws a storageexception. How can I find which operation(s) caused the exception?
Nov
7
accepted Azure october 2012 sdk - how to delete a table entity without retrieving it first?
Oct
19
accepted Azure table storage range query with commonly used condition wrapped in method
Oct
3
accepted Azure queue: find whether item is in queue
Sep
14
accepted How to parse number with multiple possible thousandsseparators?
Sep
12
accepted Cost of enumerating ILookup results? Better to always use Dictionary<TKey,List<TElement>>?
Sep
7
accepted Will parameter of a static object's non-static method be shared from multiple threads?
Aug
27
accepted Dictionary supporting duplicate, multidimensional keys?
May
30
accepted How to make sure a parameter isn't changed during a recursive call?
Apr
4
accepted TextBox maximum amount of characters (it's not MaxLength)
Apr
3
accepted Which is faster/better: UPDATE WHERE IN or MERGE?
Mar
19
accepted How to configure Netbeans to format class field declarations (or even local variables) to line up?
Mar
16
accepted Zenburn color scheme for Netbeans
Mar
1
accepted Getting “UnauthorizedAccessException” in a BackgroundWorker without accessing UI thread
Feb
21
accepted `using` statement with uninitialized variable not possible, nor is finally, so how to properly dispose it?