Josh

16,721
Reputation
775 views

Registered User

Name Josh
Member for 1 year
Seen 22 hours ago
Website
Location Ohio
Age 31
Developing with Microsoft Technologies for over nine years.
19h
accepted Best practice: What is the best way to store exception/error or informational messages in C#.net for internationalization?
23h
comment C# - Determine property type at runtime
I agree...I'd expose both properties separately and let the caller decide what to do.
23h
comment C# - Determine property type at runtime
Using object here you wouldn't have any boxing going on. Boxing occurs when you need to treat a value type as an object reference (ie calling methods on an integer)
1d
comment Request Monitoring in Chrome
Ahh ok can't help with that I am sorry good luck
1d
answered Request Monitoring in Chrome
Nov
25
accepted Deploying WCF application
Nov
25
comment How can I validate a field which is to be inserted into a float column in the database?
Check to make sure the field contains data that can fit inside of a float. How you do that well depends on the language, and what not...voting to close because this question is way to vague.
Nov
25
awarded  Popular Question
Nov
24
comment C#, NUnit: Is it possible to test that a DateTime is very close, but not necessarily equal, to another?
You want to use TotalSeconds Seconds get you the seconds component so if the span is 61 seconds total, this would pass your check.
Nov
24
answered C#, NUnit: Is it possible to test that a DateTime is very close, but not necessarily equal, to another?
Nov
24
accepted shared functionality on usercontrol and form
Nov
24
answered shared functionality on usercontrol and form
Nov
24
answered how to sharethe web application session with a webservice
Nov
24
accepted setTimeout(fn(), delay) doesnt delay as expected
Nov
24
revised Secured Client-Side script
added 487 characters in body
Nov
24
awarded  Nice Answer
Nov
24
answered Secured Client-Side script
Nov
24
comment Difference between Arrays & Single-Dimensional Arrays in c#
Stevo I think your right, makes sense and Marc has a good explanation of that
Nov
24
comment Difference between Arrays & Single-Dimensional Arrays in c#
Great analogy Martinho...
Nov
24
comment setTimeout(fn(), delay) doesnt delay as expected
When I first moved out of the service side code into the client side it was my first mistake...
Nov
24
answered Difference between Arrays & Single-Dimensional Arrays in c#
Nov
24
answered setTimeout(fn(), delay) doesnt delay as expected
Nov
24
comment What to avoid when a project has been partially outsourced?
Having teams spanning sites can make dealing with source control interesting. We kept running into cases where we needed access to a file that was checked out by a guy in India, so we'd be stuck until the next day.
Nov
24
answered What to avoid when a project has been partially outsourced?
Nov
24
answered Flag column or foreign key?
Nov
24
comment Query to list the logins and the databases they have access
What database system you using its different for each type.
Nov
18
answered Deploying WCF application
Nov
18
awarded  Popular Question
Nov
6
answered Using a pointer to a local variable in Dynamic SQL
Nov
5
comment Is there a localized membership status message in the framework?
asp.net I assume?
Nov
5
comment Launch multiple stored procedures to run ‘in the background’ on SQL Server Express Edition
Whats calling the procedure? Why not have the caller handle the threading?
Nov
5
comment Launch multiple stored procedures to run ‘in the background’ on SQL Server Express Edition
The procedures won't run in parallel. SQL can run a query in parallel but it wouldn't run two seperate statements in parallel.
Nov
5
answered AppSettings in markup issue
Nov
5
answered Launch multiple stored procedures to run ‘in the background’ on SQL Server Express Edition
Nov
4
answered Getting your asp.net ajax component to work with $find()
Nov
4
asked Getting your asp.net ajax component to work with $find()
Nov
4
accepted Request for Creational Design/Pattern Suggestion
Nov
3
accepted Using NHibernate with Codesmith to generate ORM
Nov
2
accepted Authentication for asp.net website without using any database
Nov
2
answered Authentication for asp.net website without using any database
Nov
2
answered Get a file’s last modified date in VB6
Nov
2
answered Is Using Db4o For Web Sites a judicious choice?
Nov
2
comment Retrieve ADO Recordset Field names (Classic ASP)
No problem, glad to help!
Nov
2
answered Request for Creational Design/Pattern Suggestion
Nov
2
accepted Retrieve ADO Recordset Field names (Classic ASP)
Nov
2
answered Retrieve ADO Recordset Field names (Classic ASP)
Oct
28
awarded  Nice Question
Oct
21
answered VS2008 not picking up recently added web controls
Oct
21
accepted Can you send a Fax Via ASP.NET without Proprietary Software
Oct
20
answered How can I preview an image before upload in C#?