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



 
GeneralEntity Framework Roadmap Pin
Kevin McFarlane12-Nov-08 5:22
Kevin McFarlane12-Nov-08 5:22 
GeneralRe: Entity Framework Roadmap Pin
Marc Clifton12-Nov-08 8:58
mvaMarc Clifton12-Nov-08 8:58 
JokeRe: Entity Framework Roadmap Pin
PIEBALDconsult12-Nov-08 17:11
mvePIEBALDconsult12-Nov-08 17:11 
GeneralRe: Entity Framework Roadmap Pin
Tomz_KV14-Nov-08 7:19
Tomz_KV14-Nov-08 7:19 
GeneralRe: Entity Framework Roadmap Pin
Kevin McFarlane14-Nov-08 8:23
Kevin McFarlane14-Nov-08 8:23 
GeneralImpedance Mismatch? Pin
Roger Wright12-Nov-08 1:50
professionalRoger Wright12-Nov-08 1:50 
GeneralRe: Impedance Mismatch? - OT Pin
Marc Clifton12-Nov-08 2:08
mvaMarc Clifton12-Nov-08 2:08 
GeneralRe: Impedance Mismatch? - OT Pin
Thomas Weller12-Nov-08 5:11
Thomas Weller12-Nov-08 5:11 
GeneralRe: Impedance Mismatch? - OT Pin
Marc Clifton12-Nov-08 5:32
mvaMarc Clifton12-Nov-08 5:32 
GeneralRe: Impedance Mismatch? - OT Pin
Thomas Weller12-Nov-08 5:41
Thomas Weller12-Nov-08 5:41 
GeneralRe: Impedance Mismatch? - OT Pin
Roger Wright12-Nov-08 6:32
professionalRoger Wright12-Nov-08 6:32 
GeneralRe: Impedance Mismatch? Pin
Shog912-Nov-08 13:32
sitebuilderShog912-Nov-08 13:32 
GeneralWhat about other databases? Pin
ogz11-Nov-08 6:03
ogz11-Nov-08 6:03 
AnswerRe: What about other databases? Pin
Mike Pizzo12-Nov-08 8:01
Mike Pizzo12-Nov-08 8:01 
RantHow is afraid of the big bad SQL? Pin
PedroMC11-Nov-08 1:41
PedroMC11-Nov-08 1:41 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic11-Nov-08 3:24
Nemanja Trifunovic11-Nov-08 3:24 
PedroMC wrote:
SQL is not the best ever designed language but, common, it's not that bad


It is very good for interactively querying data and making changes (e.g. for DBAs and business analysts)

As a mean of handling data from applications it is horrible: typeless and prone to security flaws. Most application programmers construct SQL queries on the fly:

query = "SELECT * FROM Sometable WHERE SomeField=" + myEditControl.Text

This is pure evil
Dead | X|


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
Nemanja Trifunovic11-Nov-08 7:30
Nemanja Trifunovic11-Nov-08 7:30 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon11-Nov-08 9:45
professionalJeremy Falcon11-Nov-08 9:45 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic11-Nov-08 14:08
Nemanja Trifunovic11-Nov-08 14:08 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 7:09
professionalJeremy Falcon14-Nov-08 7:09 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon11-Nov-08 6:14
professionalJeremy Falcon11-Nov-08 6:14 
GeneralRe: How is afraid of the big bad SQL? Pin
Nemanja Trifunovic11-Nov-08 7:30
Nemanja Trifunovic11-Nov-08 7:30 
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 

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.