Click here to Skip to main content
15,908,111 members

Survey Results

Do you have plans to use the Entity Framework?   [Edit]

Survey period: 10 Nov 2008 to 17 Nov 2008

Having impedance mismatch problems? The Entity Framework could be the solution. Or maybe not. (Suggested by IdeaBlade)

OptionVotes% 
We already use it474.47
Definitely797.52
Maybe27325.98
Probably not17416.56
Definitely not706.66
I don't know what it is35633.87
It's not applicable to my work524.95



 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 8:07
Nemanja Trifunovic14-Nov-08 8:07 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:21
professionalJeremy Falcon14-Nov-08 8:21 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC12-Nov-08 1:55
PedroMC12-Nov-08 1:55 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic12-Nov-08 8:22
Nemanja Trifunovic12-Nov-08 8:22 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC12-Nov-08 22:56
PedroMC12-Nov-08 22:56 
GeneralRe: How is afraid of the big bad SQL? [modified] Pin
Nemanja Trifunovic13-Nov-08 6:10
Nemanja Trifunovic13-Nov-08 6:10 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC13-Nov-08 23:41
PedroMC13-Nov-08 23:41 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 4:01
Nemanja Trifunovic14-Nov-08 4:01 
PedroMC wrote:
From all I have read about securing SQL, even from the mouth of several horses (a.k.a. servers developers and documentation), sanitizing all data (e.g. using the function(s) provided by the server API) that goes in to the query is 100% effective. I'm curious about how could a SQL attack be accomplished if all data is sanitized.


And how do you "sanitize" data reliably if it does not pass through the same parser that will ultimatelly proces your SQL query? Even if you do that (for instance, if the dbms provides such API) it still requires the discipline on the cient programmer's side to sanitize each and every user input and that is simply unrealistic - most application developers simply never do that and never will.

The only sane way to pass data is to use precompiled (a.k.a. parametarised) queries that will treat your text data just as plain text and never try to execute it. For more detailed info, see This Stackoverflow.com thread[^] and even better, this CP article[^]

[Edit] - Another excellent article on the topic[^]


GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:15
professionalJeremy Falcon14-Nov-08 8:15 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 8:18
Nemanja Trifunovic14-Nov-08 8:18 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:23
professionalJeremy Falcon14-Nov-08 8:23 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC14-Nov-08 11:35
PedroMC14-Nov-08 11:35 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:08
professionalJeremy Falcon14-Nov-08 8:08 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:12
professionalJeremy Falcon14-Nov-08 8:12 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 9:06
Nemanja Trifunovic14-Nov-08 9:06 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 9:48
professionalJeremy Falcon14-Nov-08 9:48 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 10:15
Nemanja Trifunovic14-Nov-08 10:15 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 10:33
professionalJeremy Falcon14-Nov-08 10:33 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:03
professionalJeremy Falcon14-Nov-08 8:03 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 8:13
Nemanja Trifunovic14-Nov-08 8:13 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:22
professionalJeremy Falcon14-Nov-08 8:22 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon11-Nov-08 6:08
professionalJeremy Falcon11-Nov-08 6:08 
GeneralRe: How is afraid of the big bad SQL? Pin
Thomas Weller11-Nov-08 6:56
Thomas Weller11-Nov-08 6:56 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon11-Nov-08 9:47
professionalJeremy Falcon11-Nov-08 9:47 
GeneralRe: How is afraid of the big bad SQL? Pin
Thomas Weller11-Nov-08 22:07
Thomas Weller11-Nov-08 22:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.