jdelator

1,027
reputation
127 views

Registered User

name jdelator
member for 1 year
seen yesterday
website
location seattle
age 24
msftie
Dec
6
asked When to use a property vs a method?
Nov
25
comment Is it bad practice to change state inside of an if statement?
He means inside the boolean statement of the if statement not the inside the if statement
Nov
9
awarded  Popular Question
Oct
27
comment No horizontal scroll bar on float right
I'm not specifying one. What should I be?
Oct
27
asked No horizontal scroll bar on float right
Oct
20
comment What is safest method to store passwords in a table?
A rainbow attack gets really hard to crack. It's now 32 characters plus the three salt.
Oct
20
answered What is safest method to store passwords in a table?
Sep
20
answered Creating an array of zero width and zero height!?
Sep
17
answered Changing the sign of a number in PHP?
Sep
16
comment How to split a string while ignoring the case of the delimiter?
So there is no way to take advantage of String.Split?
Sep
16
asked How to split a string while ignoring the case of the delimiter?
Sep
7
comment Code Golf: Mathematical expression evaluator (full PEMDAS)
This wins. This is so much better than all the other answers where you can't understand a thing taking place.
Sep
4
answered How to save query result using T-SQL in a csv file?
Sep
3
comment Code Golf: The wave
Just curious what does the rosetta-stone have to do with this?
Sep
3
awarded  
Sep
3
comment C++ pointer to class
No, your question is not "smelly". Keep asking your questions and we will keep answering it. :)
Aug
29
revised Exited with code 9009
added 1 characters in body
Aug
29
answered Exited with code 9009
Aug
29
answered Exited with code 9009
Aug
25
answered Rename user name iSQL plus
Aug
20
asked List of good jquery blogs?
Aug
14
answered Html Helpers Available in ASP.NET MVC controller?
Aug
13
comment Select data from SQL DB per day
Just add a where clause for the last 30 days
Aug
13
answered How to get the value of the input element of live of Value
Aug
11
comment What is the best jQuery Autocomplete/Suggest?
Very nice plugin, adding comment to save a link :)
Aug
6
revised Computing the difference between images
edited tags
Aug
6
awarded  Yearling
Aug
2
comment Linq to sql causing foreign key constraint errors
Nevermind for some reason I had TeamID on the TournamentParticipant as an identity column. Giving you the answer though because I think this will still improve my code.
Aug
2
comment Linq to sql causing foreign key constraint errors
I've changed it to that and I am still seeing the INSERT without TeamID occur before the select statement that grabs the identity column.
Aug
2
asked Linq to sql causing foreign key constraint errors
Jul
9
comment Use linq to generate direct update without select
This is really stupid, linq to sql should have an update field
Jul
7
asked How to create a dedicated task for background tasks in .NET MVC?
Jun
23
comment Update a column of a table to be a sequence
Very nice answer.
Jun
23
comment Update a column of a table to be a sequence
This is for 2008
Jun
23
asked Update a column of a table to be a sequence