Harry

1,939
Reputation
427 views

Registered User

Name Harry
Member for 1 year
Seen Nov 25 at 0:18
Website
Location Adelaide
Age
Nov
21
comment Linq To Sql ‘Where Or’ operator
Wonder why this wasn't backed into LinqToSql
Nov
21
comment Linq To Sql ‘Where Or’ operator
found an interesting resource: albahari.com/nutshell/predicatebuilder.aspx/…
Nov
21
asked Linq To Sql ‘Where Or’ operator
Nov
21
accepted Time out issue in WCF.
Nov
20
awarded  Popular Question
Nov
13
awarded  Popular Question
Nov
12
revised How to extract the Sql Command from a Complied Linq Query
Code sample
Nov
12
answered ASP.net Performance and Compile Queries
Nov
12
asked How to extract the Sql Command from a Complied Linq Query
Nov
4
awarded  Nice Question
Oct
30
comment .Net 4.0 Memory-Mapped Files verses RDMS Storage
en.wikipedia.org/wiki/Memory-mapped_file a good reference for Memory-Mapped-Files
Oct
30
comment .Net 4.0 Memory-Mapped Files verses RDMS Storage
I'm also curious to know if this is ultimately what SQLServer uses behind the covers
Oct
30
asked .Net 4.0 Memory-Mapped Files verses RDMS Storage
Oct
23
awarded  Yearling
Oct
15
comment Get the subdomain from a URL
-1 that is a lame answer
Sep
3
comment Would you go back to VB.NET after getting C#?
I have since converted to C# is my primary language. Very hard to go back and work in VB.net! Still believe in my point though - I don't even use the snippets other than the for and foreach and property shortcuts
Sep
3
comment Calculating the percentage difference between two values
Thanks for your help guys/girls
Sep
3
comment Calculating the percentage difference between two values
Great idea. 2560% is potentially more meaningful to the user. And it allows the various zero cases to sort amoungst themselves.
Sep
3
comment Calculating the percentage difference between two values
Yes it seems this is the real problem with my question - it is one of expectations. What does the user expect when they sort the list by percentage difference? Will infinity make sense? or should i reduce it to zero?
Sep
3
comment Calculating the percentage difference between two values
good point, the statistics in my case are not likely to suffer from any tampering.
Sep
3
comment Calculating the percentage difference between two values
For sorting purposes I think negative & positive infinity is more intuitive
Sep
3
comment Calculating the percentage difference between two values
Where both values are zero - i'm quite happy with calling the difference zero. It is the cases where one of the values is zero
Sep
3
asked Calculating the percentage difference between two values
Sep
3
comment Time out issue in WCF.
if it is the client waiting on a long running task, then 60 seconds isn't particularly long. and quite likely the easiest fix.
Aug
27
comment Time out issue in WCF.
Sounds like you are quite new to WCF. msdn.microsoft.com/en-us/library/… for some great tutorials
Aug
27
answered Time out issue in WCF.
Aug
27
comment Time out issue in WCF.
Hi, you haven't given a lot to go with here. are you hosting the service? or are you running a WCF client?
Aug
21
awarded  Favorite Question
Aug
13
awarded  Notable Question
Aug
12
awarded  Nice Question
Aug
11
awarded  Notable Question
Aug
9
asked ASP.net MVC Futures AsyncController: Handling server validation
Aug
9
revised ASP.net MVC - How to add a Code-Behind page to a View
title change
Aug
6
answered Merging dictionaries in C#
Jul
26
comment How can a developer maintain productivity when they get old?
Never gets boring in the Microsoft tech stack... every 6 months there seems to be a new release of .net!
Jul
21
comment Check for column name in a SqlDataReader object
Same here - I was like eh? catch the exception?
Jul
21
accepted ASP.net MVC - How to add a Code-Behind page to a View
Jul
20
awarded  Popular Question
Jul
18
comment How to write Asynchronous LINQ query?
Effectively you are just passing the block to another thread in the threadpool? or is there some magic going on here?
Jul
16
answered User.IsInRole fails when using VS 2008’s debugging web server on Windows 7 using Windows Auth
Jul
14
comment Html problem. Anchor tags href not working [Really Weird]?
so, in short, the really weird part is your html skills :) just kidding - kindof
Jul
14
comment Html problem. Anchor tags href not working [Really Weird]?
missed your answers by one minute!
Jul
14
answered Html problem. Anchor tags href not working [Really Weird]?
Jul
14
asked ASP.net MVC Routing Throws Exceptions as Normal Behavour?
Jul
9
answered Best way for a ‘forgot password’ implementation?
Jun
30
comment Ajax Security Question: Supplying Available usernames dynamically
at the cost of a thread sleeping
Jun
30
comment Ajax Security Question: Supplying Available usernames dynamically
Is it fair to say that exposing this information regardless of security methods someone determined to get the usernames via abusing this method will eventually get them?
Jun
30
comment Ajax Security Question: Supplying Available usernames dynamically
yes as in "is this username available?"
Jun
30
comment Ajax Security Question: Supplying Available usernames dynamically
This was my first thought as well. a security token
Jun
30
comment Ajax Security Question: Supplying Available usernames dynamically
Perhaps limiting the number of queries per IP address is a better way to go