由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - LINQ to SQL VS Entity Framework
相关主题
菜人问问,你们都在database上干什么??[合集] some1 using nhibernate?
LINQ vs nHibernate有用过spring.net 和 Nhibernate的大牛吗?
asp.net为啥用linq来操作数据库呢,为啥不直接用sql语言?using c# to talk with MS SQL server for data mining
Linq to entity framework: what happens if i modified DB schema in SSMS ?mvc4到底比web form application好在哪里?
Entity Framework Today?.net操作数据库的方法,哪个最好?
some1 using nhibernate?EF4看起来还不错
毁三观啊NHibernate
some1 using nhibernate?用MyGeneration/CodeSmith生成NHibernate代码
相关话题的讨论汇总
话题: entity话题: linq话题: sql话题: framework话题: vs
进入DotNet版参与讨论
1 (共1页)
B*****i
发帖数: 80
1
前辈们,肿么理解下面的话,
"The essential difference is that EF allows for stronger decoupling between
the database schema and the classes that you query. Instead of querying
classes that closely represent the database schema, you query a higher-level
abstraction described by an Entity Data Model. This offers extra
flexibility, but incurs a cost in both performance and simplicity.”
能给个example吗?
g****r
发帖数: 1589
2
Linq to SQL 已经完蛋了吧
这句话其实就在说ORM

between
level

【在 B*****i 的大作中提到】
: 前辈们,肿么理解下面的话,
: "The essential difference is that EF allows for stronger decoupling between
: the database schema and the classes that you query. Instead of querying
: classes that closely represent the database schema, you query a higher-level
: abstraction described by an Entity Data Model. This offers extra
: flexibility, but incurs a cost in both performance and simplicity.”
: 能给个example吗?

f*****e
发帖数: 5177
3
这是在说POCO?
不过EF的performance真是不敢恭维。

between
level

【在 B*****i 的大作中提到】
: 前辈们,肿么理解下面的话,
: "The essential difference is that EF allows for stronger decoupling between
: the database schema and the classes that you query. Instead of querying
: classes that closely represent the database schema, you query a higher-level
: abstraction described by an Entity Data Model. This offers extra
: flexibility, but incurs a cost in both performance and simplicity.”
: 能给个example吗?

c**t
发帖数: 2744
4
it's worse than nHibernate

【在 f*****e 的大作中提到】
: 这是在说POCO?
: 不过EF的performance真是不敢恭维。
:
: between
: level

f*****e
发帖数: 5177
5
用过nhibernate,居然有memory leak

【在 c**t 的大作中提到】
: it's worse than nHibernate
k****i
发帖数: 1072
6
这个不奇怪,ado.net 1.0也有memory leak.

【在 f*****e 的大作中提到】
: 用过nhibernate,居然有memory leak
n*w
发帖数: 3393
7
which version?

【在 f*****e 的大作中提到】
: 这是在说POCO?
: 不过EF的performance真是不敢恭维。
:
: between
: level

c*********e
发帖数: 16335
8
现在mvc 4里不是有code first了吗。

between
level

【在 B*****i 的大作中提到】
: 前辈们,肿么理解下面的话,
: "The essential difference is that EF allows for stronger decoupling between
: the database schema and the classes that you query. Instead of querying
: classes that closely represent the database schema, you query a higher-level
: abstraction described by an Entity Data Model. This offers extra
: flexibility, but incurs a cost in both performance and simplicity.”
: 能给个example吗?

y********o
发帖数: 2565
9
不是说已经改善很多了吗?

【在 f*****e 的大作中提到】
: 这是在说POCO?
: 不过EF的performance真是不敢恭维。
:
: between
: level

W********n
发帖数: 254
10
还是老老实实的用nhibernate吧,好用,够用,Good!
w*s
发帖数: 7227
11
nm微软的技术是1年1变啊,累死人了,他们在玩什么?
c*********e
发帖数: 16335
12
mvc 4据说是在学ruby的简洁界面.

【在 w*s 的大作中提到】
: nm微软的技术是1年1变啊,累死人了,他们在玩什么?
1 (共1页)
进入DotNet版参与讨论
相关主题
用MyGeneration/CodeSmith生成NHibernate代码Entity Framework Today?
好像NHibernate很popular。。。。。。some1 using nhibernate?
刚看到的有趣观点毁三观啊
问个sql问题some1 using nhibernate?
菜人问问,你们都在database上干什么??[合集] some1 using nhibernate?
LINQ vs nHibernate有用过spring.net 和 Nhibernate的大牛吗?
asp.net为啥用linq来操作数据库呢,为啥不直接用sql语言?using c# to talk with MS SQL server for data mining
Linq to entity framework: what happens if i modified DB schema in SSMS ?mvc4到底比web form application好在哪里?
相关话题的讨论汇总
话题: entity话题: linq话题: sql话题: framework话题: vs