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.

Chad Moran
  • 12,834
  • 2
  • 50
  • 72
Jalpesh Vadgama
  • 13,653
  • 19
  • 72
  • 94

1 Answers1

5

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?

Community
  • 1
  • 1
Issa Qandil
  • 1,228
  • 10
  • 17