简体   繁体   English

LINQ 2SQL和Ado.net实体框架与存储过程的性能比较?

[英]Performance Comparision of linq 2sql and Ado.net Entity Framework with stored Procedure?

Hi I am devloping the a asp.net site which will have lots of user online at a time. 嗨,我正在开发一个asp.net网站,该网站一次会有很多用户在线。 I am writing very efficient stored procedure for it. 我正在为此编写非常有效的存储过程。 Which ORM tool should I use? 我应该使用哪个ORM工具?

Ado.net entity framework or linq2sql? Ado.net实体框架还是linq2sql?

Performance is needed as our requirement is to load every page in 4 seconds. 需要性能是因为我们的要求是在4秒内加载每个页面。

Hi i guess you needed to do a quick search in older stackoverflow questions. 嗨,我想您需要对较早的stackoverflow问题进行快速搜索。

And here is what i found ... Link1 and Link2 i guess these would help you to decide what would you choose ;) 这就是我所发现的... Link1Link2我想它们将帮助您决定选择什么;)

Also you may visit those pages : 1- Entity Framework vs LINQ TO SQL 2- ADO.NET Entity Framework Performance Comparison 3- LINQ to Entities vs. LINQ to SQL - What should I use and when? 您也可以访问这些页面:1- 实体框架vs LINQ TO SQL 2- ADO.NET实体框架性能比较 3- LINQ to实体vs. LINQ to SQL-什么时候使用?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM