Nathan Ridley

1,662
reputation
322 views

Registered User

name Nathan Ridley
member for 7 months
seen yesterday
website
location Manchester, UK
age 31
I'm the manager and lead developer of a small tech startup in Manchester, England. I was born and lived most of my life in Australia though. I work primarily with C#, .Net, ASP.Net MVC and front end technologies like JavaScript, CSS, JQuery, etc.
Dec
2
comment When is it better practice to explicitly use the delegate keyword instead of a lambda?
"Lambda syntax is much more generalised, and the designers have said that they'd ideally remove the old overlapping syntaxes (dont have a citation, but it's probably Eric Lippert or Jon Skeet in a book or a podcast)." - That's what I was looking for, cheers.
Dec
2
asked When is it better practice to explicitly use the delegate keyword instead of a lambda?
Dec
1
answered Is there a way to always have vs.net run as administrator?
Nov
22
comment Creating a user interface for monitoring and interacting with a running windows service
Thanks for the detailed response! This is why I love this site :D
Nov
21
comment Visual studio postbuild - changing to the solution drive
You learn something new every day. cheers.
Nov
21
asked Visual studio postbuild - changing to the solution drive
Nov
21
asked Creating a user interface for monitoring and interacting with a running windows service
Nov
10
comment Given two blocks of text, how can I generate a coefficient to compare how similar they are?
This sounds like a question, not an answer. Use the big "Ask Question" button at the top right of the page.
Oct
27
comment PInvoke - how to represent a field from a COM interface
Nice, I didn't realise that you could retain properties when using interop.
Oct
25
comment Clarification on how to properly declare interop interfaces
Great answer, very informative, thanks!
Oct
25
comment How to send a mouse click event to a hidden window?
Nice, I'll give that a go, thanks
Oct
25
comment How to send a mouse click event to a hidden window?
Ooh, cheers for that
Oct
25
comment How to send a mouse click event to a hidden window?
Ok, Spy++ has a few helpful hints there, how do I access "SendMessage"?
Oct
25
asked How to send a mouse click event to a hidden window?
Oct
24
comment Clarification on how to properly declare interop interfaces
I don't think you read the question. I'm talking about interop code here, not pure managed inheritance.
Oct
24
revised Clarification on how to properly declare interop interfaces
added 69 characters in body
Oct
24
revised Clarification on how to properly declare interop interfaces
added 758 characters in body
Oct
24
comment WebBrowser control, isolation and IE8 InPrivate mode
doh. ok, thanks.
Oct
24
asked Clarification on how to properly declare interop interfaces
Oct
23
accepted [jQuery] Load data into html table without reloading entire table.
Oct
23
answered [jQuery] Load data into html table without reloading entire table.
Oct
23
comment PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
I made the change but got the same exception :(
Oct
22
revised PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
edited body
Oct
22
comment PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
Thanks, it didn't help though.
Oct
22
revised PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
added 5 characters in body
Oct
22
revised PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
added 77 characters in body; edited title
Oct
22
asked PInvoke - reading the value of a string field - “Attempted to read or write protected memory”
Oct
22
comment PInvoke - how to represent a field from a COM interface
Cheers, see below.
Oct
22
answered PInvoke - how to represent a field from a COM interface
Oct
22
comment PInvoke - how to represent a field from a COM interface
I've updated my code above. An exception is thrown.
Oct
22
revised PInvoke - how to represent a field from a COM interface
added 415 characters in body
Oct
22
comment PInvoke - how to represent a field from a COM interface
That said, how does your code above allow me to set the value to false? The set method you included doesn't include the value to set it to...
Oct
22
comment PInvoke - how to represent a field from a COM interface
I'm not coding an NSI plugin, I'm extending GeckoFX (geckofx.org) so that I can access items in the cache
Oct
22
revised PInvoke - how to represent a field from a COM interface
added 57 characters in body
Oct
22
revised PInvoke - how to represent a field from a COM interface
added 36 characters in body
Oct
22
asked PInvoke - how to represent a field from a COM interface
Oct
22
revised Reading from an unmanaged stream - unsafe code, IntPtr
added 21 characters in body
Oct
22
comment Firefox (Gecko) code - interrogating the cache - how do I get a list of devices?
So it is. Cheers.
Oct
21
revised Firefox (Gecko) code - interrogating the cache - how do I get a list of devices?
deleted 117 characters in body
Oct
21
asked Firefox (Gecko) code - interrogating the cache - how do I get a list of devices?
Oct
21
comment What’s this language token/keyword/thingy mean?
I thought it might mean that, but the syntax confused me. is "in" a keyword of some language or have they written the documentation using some sort of pseudocode standard?
Oct
21
asked What’s this language token/keyword/thingy mean?
Oct
21
comment Reading from an unmanaged stream - unsafe code, IntPtr
Cheers, I'll give that a go and report back with the results
Oct
21
asked Reading from an unmanaged stream - unsafe code, IntPtr
Oct
20
asked WebBrowser control, isolation and IE8 InPrivate mode
Oct
2
comment Given two blocks of text, how can I generate a coefficient to compare how similar they are?
Looks perfect, cheers.
Oct
2
asked Given two blocks of text, how can I generate a coefficient to compare how similar they are?
Oct
1
awarded  Popular Question
Sep
26
comment IronPython - How to prevent CLR (and other modules) from being imported
I take it then I can't set an option to do this. No problem, I can parse the code, it just seemed a little sticky doing it that way.
Sep
25
asked IronPython - How to prevent CLR (and other modules) from being imported