Dewayne Christensen

166
Reputation
62 views

Registered User

Name Dewayne Christensen
Member for 1 year
Seen 11 hours ago
Website
Location Topeka, KS
Age 42
16h
comment SQL-Doesn’t return a value when the columns are multiplied.
Use COALESCE() instead of ISNULL(). It's ANSI standard, so works with other vendors as well. Syntax and semantics are identical, so there's no reason to keep using ISNULL().
16h
comment Error with the Using Statement and Lazy Initialized Property
Actually, it is. It refers to the protected Connection property of the SomeEntity class.
16h
answered Error with the Using Statement and Lazy Initialized Property
16h
answered Debugging ASP Stored Procedure Calls
22h
answered Example of a database table design with a questionable repeating group
22h
answered Large table with no rows?
Nov
27
comment What programming language is most popular today?
I'd hardly use the SO tag count as an indicator of popularity. Considering this is a Q&A site, it's probably a better indicator of "Which language is the most confusing?"
Nov
27
comment My http server in c++ is not sending all files back correctly
lmgtfy.com/?q=read(2)&l=1
Nov
25
answered How to delete a contact from address book in iPhone using objective-c ?
Nov
25
answered Subversion command line commit does nothing
Nov
25
awarded  Yearling
Nov
25
accepted How to find files in source control but not in a Visual Studio solution?
Nov
25
answered How to find files in source control but not in a Visual Studio solution?
Nov
18
answered How to get the resource for NIB file on MAC OSX
Jun
23
awarded  Nice Answer