Click here to Skip to main content
15,908,112 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
Jeremy Falcon11-Nov-08 9:39
professionalJeremy Falcon11-Nov-08 9:39 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic11-Nov-08 14:09
Nemanja Trifunovic11-Nov-08 14:09 
GeneralRe: How is afraid of the big bad SQL? Pin
PIEBALDconsult12-Nov-08 17:02
mvePIEBALDconsult12-Nov-08 17:02 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 7:21
professionalJeremy Falcon14-Nov-08 7:21 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic14-Nov-08 7:40
Nemanja Trifunovic14-Nov-08 7:40 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 7:46
professionalJeremy Falcon14-Nov-08 7:46 
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 
Nemanja Trifunovic wrote:
For getting the data by applications that programatically construct SQL queries by appending strings? No!


Sorry, but I disagree. Even in this instance you'd be worse off with no open standard underneath the hood. In fact SQL is probably the main reason RDBMSes are even so popular these days, because you know how to use them.

Now, imagine you writing a program that uses SQL Server with some obscure MS technology to use in your code, but wait, the customer wants to also access the data from the web in a PHP application. You're screwed, unless someone took the time to write a library, and even then there's no guarantee their lib would be compatible with your code. With SQL, the connectors is the only thing that faces this limitation.

And not to mention, there would be no standard way to represent the data in the first place without SQL. Which means everyone would have to learn your app's implementation and possibly whatever language you used with it, just to make sense of your DB.

I rest my case, we're better off with SQL than without.

Jeremy Falcon
jeremyfalcon.com[^]

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 
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 

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.