asp.net中的实体框架. [英] Entity Framework in asp.net.

查看:113
本文介绍了asp.net中的实体框架.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

4.0中引入的实体框架的主要用途是什么,当我们可以使用常规存储过程和LINQ实现相同的目的时.

Whats the main use of entity Framework introduced in 4.0, when we can achieve the same things using the normal store procedure and LINQ.

推荐答案

以简单的方式.使用实体框架,您可以在概念级别上进行架构,设计和开发.您无需担心与数据库通信以及从一个关系数据库切换到另一个关系数据库的具体细节",而无需付出太多努力.
Let me put it in simple way. With the Entity Framework, you are architecting, designing and developing at a conceptual level. You are no more worried about the ‘specific details’ of communicating with the database and switching from one relational database to the other is also possible with EF, without much efforts.


以下是一些常见问题解答关于实体框架:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=599 [ ^ ]
Here are some FAQs about Entity Framework:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=599[^]


这篇关于asp.net中的实体框架.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆