views:

431

answers:

1

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?

Ado.net entity framework or linq2sql?

Performance is needed as our requirement is to load every page in 4 seconds.

+3  A: 

Hi i guess you needed to do a quick search in older stackoverflow questions.

And here is what i found ... Link1 and Link2 i guess these would help you to decide what would you choose ;)

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?

Issa Qandil
+1 for information overload!
beach
Thank you beach
Issa Qandil