c# – 企业库或实体框架
作者:互联网
哪一个对于具有庞大数据库的项目更有用
有用的手段:
>快速插入,删除和更新
>快速选择很多行
>更新数据库结构更容易
>程序员友好
>,…..
我们认为数据库实现处于索引和….的最佳状态.
谢谢
解决方法:
从http://forums.asp.net/t/1647988.aspx开始:
DAAB是Ent提供的数据访问块.库.
They are completely different animals. The DAAB is a data access library (wrappers around ADO.NET), whereas the Entity Framework is an Object Relatonal Mapper. They don’t do the same thing. If you want to use a data access library, Microsoft would recomend the Entity Framework. If you want to use an ORM. they would recomment EF.
其他类似的问题在这里:
> Entity framework vs enterprise library
> General Questions about Entity Framework vs. Enterprise Library & a few others
标签:c,entity-framework,enterprise-library 来源: https://codeday.me/bug/20190629/1323564.html