Click here to Skip to main content
15,908,175 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 
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 
Nemanja Trifunovic wrote:
result = DataStorage.GetSomething(myEditControl.Text)


But you can do that with a wrapper already if you prefer objects over a query string.

Remember, SQL specifies syntax that's meant to be standardized, much like how XML, HTML, etc. does, so you don't get everyone and their mother specifying their own thing underneath the hood. It's not supposed to interact with objects in your app intrinsically as it was never created for that means, and you would throw portability out the window that way as then data access would be solely dependent on the environment accessing the data rather than database.

Jeremy Falcon
jeremyfalcon.com[^]

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.