Will Dean

8,201
reputation
482 views

Registered User

name Will Dean
member for 1 year
seen yesterday
website
location UK
age 89
Hello
1d
comment Alternative to HttpListener?
HttpListener doesn't need to be run as admin if you do the right "netsh http add urlacl ..." stuff first
Dec
10
revised Best way to copy between two Stream instances - C#
Added Stream.CopyTo
Dec
9
comment Why is my visual studio 2008 project read-only
The first item is particularly likely - check the taskmanager process list for devenv.exe instances which may not be showing any UI but might be holding on to files.
Dec
6
awarded  Mortarboard
Nov
25
comment How do you convert Byte Array to Hexadecimal String, and vice versa, in C#?
Just a note that maxc's nice technique does need .net 4.0
Nov
25
awarded  Nice Answer
Nov
25
comment Image.FromFile is very SLOW. Any alternatives, optimizations?
It's a fair bit of info to read from disk (and it won't be one nice block read of a continous swathe of disk, before you reach for your hard-disks theoretical performance figures...). I added some more stuff to my answer to offer some suggestions. You will generally get better answers to this sort of question if you're more up-front with the real numbers - the 50% figure you started with is meaningless on its own. Number of files, size of files, type of storage they're coming from (local hard disk, network, etc), and most importantly HOW LONG is the 50% half of?
Nov
25
revised Image.FromFile is very SLOW. Any alternatives, optimizations?
Added some more info about testing file I/O
Nov
24
answered Image.FromFile is very SLOW. Any alternatives, optimizations?
Nov
24
awarded  Popular Question
Nov
18
comment Are the PDC 2009 videos released?
That's just Channel 9 Live, which is one particular video stream - the OP is talking about the session videos
Nov
13
revised Is it possible to have a single physical USB device appear as two separate device classes?
added 237 characters in body
Nov
13
answered Is it possible to have a single physical USB device appear as two separate device classes?
Oct
30
awarded  Nice Answer
Oct
26
revised How do I sum a list<> of arrays
Clarified List < > description
Oct
26
comment Using winforms default exception handler with WPF apps
Thanks very much for this - you were writing it at the same time as I was reading the source... Like you say, it's definitely 'internal use only' - I was somewhat surprised that ThreadExceptionDialog was public at all.
Oct
26
answered Using winforms default exception handler with WPF apps
Oct
26
accepted Generating non-anti-aliased fonts with WinForms
Oct
26
accepted Looking for network link speed determination algorithm
Oct
26
asked Using winforms default exception handler with WPF apps
Oct
21
comment How to avoid leaking handles when invoking in UI from System.Threading.Timer?
I really would recommend using Windows.Forms.Timer for this (not that it wouldn't be nice to understand the handle leak too!). Did you set the Enabled property on the Timer when you tried it? I can't see any reason why it would need to be created by a code in a class derived from Control - how would it know, for a start?
Oct
17
accepted What are your thoughts on Visual Studio 2010?
Oct
12
answered Const Correctness Question in C++
Oct
12
answered .NET Console Applications, possible to create labels and regions?
Oct
11
answered Using IronPython to learn the .NET framework, is this bad?
Oct
9
comment Can Python be used for client side web development?
Is it in the browser - it's Python which can manipulate the DOM.
Oct
9
comment Can Python be used for client side web development?
I didn't vote you down, but other people have posted at least two ways to run Python within a browser, using additional code. Windows doesn't let you run Python without additional code, but you wouldn't say 'Windows doesn't run Python'
Oct
8
answered Can Python be used for client side web development?
Sep
21
answered Legit Uses of the offsetof Macro in C / C++
Aug
27
accepted What is the difference between Build Solution and Batch Build in Visual Studio 2008?
Aug
25
accepted Providing a common interface to SVN and CVS
Aug
14
awarded  Nice Answer
Aug
12
awarded  Yearling
Jul
27
comment Sample Code for R?
What an obnoxious bunch of people seem to have turned-up to savage my 9month-old answer! The questioner asked for examples of "how 'R' is used by different people", and I gave one, which he seemed to like... Funny enough, then next answer down doesn't answer the actual question, but is a more popular (not) answer! Strange how these things turn out. :-)
Jul
8
awarded  Disciplined
Jun
30
awarded  Enlightened
Jun
30
awarded  Nice Answer