Click here to Skip to main content
15,908,626 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: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 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:43
professionalJeremy Falcon14-Nov-08 8:43 
GeneralRe: How is afraid of the big bad SQL? Pin
Thomas Weller16-Nov-08 23:37
Thomas Weller16-Nov-08 23:37 
Jeremy Falcon wrote:
Sorry, but this post is full of crap.

It's not. It's just about something you don't agree with. You should choose your words more carefully.

Jeremy Falcon wrote:
You think SQL sucks

I don't think so. SQL serves its purpose quite well. I just don't want to have pieces of SQL in the main part of my software. SQL is part of a DB which in turn is part of some persistence system that should help my business logic in doing whatever it's supposed to do. But SQL is not the software itself and thus should be kept apart from the functional pieces of the software - it clearly is an infrastructural service and nothing more. An ORM helps maintaining that separation and prevents you from reinventing the wheel (i.e. writing data access code for every single project) again and again.

Jeremy Falcon wrote:
It makes the data store way too dependent on the application

If the data store does not depend on the application, what is it good for then anyway?

Jeremy Falcon wrote:
While it's a nice concept, it's far from perfect.

As everything else out there in the wild. Sure, it has its flaws. I never stated and never believed it is perfect. It's not even the preferable solution for every single situation. But in general it's a good one.

Generally, an O/R mapper is not about 'hiding SQL'. You can use SQL freely inside the mapper. There might be people out there who believe that they can avoid learning SQL and use an O/R mapper instead - I'm not one of them.
An O/R mapper is just an advanced conceptional technique that moves data access one step further.

Regards
Thomas

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Programmer - an organism that turns coffee into software.


GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon17-Nov-08 5:52
professionalJeremy Falcon17-Nov-08 5:52 
GeneralRe: How is afraid of the big bad SQL? Pin
Thomas Weller17-Nov-08 6:03
Thomas Weller17-Nov-08 6:03 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon17-Nov-08 7:47
professionalJeremy Falcon17-Nov-08 7:47 
GeneralRe: How is afraid of the big bad SQL? Pin
Paul Conrad14-Nov-08 11:52
professionalPaul Conrad14-Nov-08 11:52 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon16-Nov-08 9:56
professionalJeremy Falcon16-Nov-08 9:56 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC12-Nov-08 2:29
PedroMC12-Nov-08 2:29 
GeneralRe: How is afraid of the big bad SQL? Pin
Thomas Weller12-Nov-08 5:22
Thomas Weller12-Nov-08 5:22 
GeneralRe: How is afraid of the big bad SQL? Pin
Marc Clifton12-Nov-08 1:09
mvaMarc Clifton12-Nov-08 1:09 
GeneralRe: How is afraid of the big bad SQL? Pin
PedroMC12-Nov-08 1:48
PedroMC12-Nov-08 1:48 
GeneralRe: How is afraid of the big bad SQL? Pin
PCoffey12-Nov-08 11:08
PCoffey12-Nov-08 11:08 
GeneralRe: How is afraid of the big bad SQL? Pin
Jeremy Falcon14-Nov-08 8:47
professionalJeremy Falcon14-Nov-08 8:47 
GeneralRe: How is afraid of the big bad SQL? Pin
Paul Conrad14-Nov-08 11:50
professionalPaul Conrad14-Nov-08 11:50 
GeneralMultiple choice Pin
PIEBALDconsult10-Nov-08 12:32
mvePIEBALDconsult10-Nov-08 12:32 
GeneralNo .NET Pin
Member 413489010-Nov-08 10:55
Member 413489010-Nov-08 10:55 
GeneralRe: No .NET Pin
Jeremy Falcon11-Nov-08 6:10
professionalJeremy Falcon11-Nov-08 6:10 
GeneralMaybe on small projects Pin
Mark J. Miller10-Nov-08 4:00
Mark J. Miller10-Nov-08 4:00 
GeneralMS is about selling software PinPopular
Ennis Ray Lynch, Jr.10-Nov-08 3:24
Ennis Ray Lynch, Jr.10-Nov-08 3:24 

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.