Hi I am devloping the a asp.net site which will have lots of user online at a time. I am writing very efficient stored procedure for it. Which ORM tool should I use?
嗨,我正在开发一个asp.net网站,一次将有很多用户在线。我正在为它编写非常有效的存储过程。我应该使用哪种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秒内加载每个页面。
1 个解决方案
#1
Hi i guess you needed to do a quick search in older * questions.
嗨,我想你需要在旧的*问题中快速搜索。
And here is what i found ... Link1 and Link2 i guess these would help you to decide what would you choose ;)
这就是我发现的...... Link1和Link2我猜这些会帮助你决定你会选择什么;)
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-实体框架与LINQ TO SQL 2- ADO.NET实体框架性能比较3- LINQ to Entities vs. LINQ to SQL - 我应该使用什么,何时使用?
#1
Hi i guess you needed to do a quick search in older * questions.
嗨,我想你需要在旧的*问题中快速搜索。
And here is what i found ... Link1 and Link2 i guess these would help you to decide what would you choose ;)
这就是我发现的...... Link1和Link2我猜这些会帮助你决定你会选择什么;)
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-实体框架与LINQ TO SQL 2- ADO.NET实体框架性能比较3- LINQ to Entities vs. LINQ to SQL - 我应该使用什么,何时使用?