Re: Entity Framework - the lay of the land

2016-09-17 Thread Greg Keogh
GL If your table design matches your object design, at least one of them is a > poor design (again I'm talking about serious apps). > Then there's no hope. Game over man! It was easier for Jeff Goldblum to plug his laptop into an alien mothership that it is for coders and DBAs to exchange data

Re: Entity Framework - the lay of the land

2016-09-17 Thread 罗格雷格博士
Three other key aspects of this: If your table design matches your object design, at least one of them is a poor design (again I'm talking about serious apps). Yet most ORMs start with this assumption. If you don't bypass your normal object access paths for high speed operations, you'll have