Which kinds of queries is better for querying against conceptual model in Entity Framework?

Posted by masoud ramezani on Stack Overflow See other posts from Stack Overflow or by masoud ramezani
Published on 2010-04-15T06:03:24Z Indexed on 2010/04/17 5:03 UTC
Read the original article Hit count: 297

There are 3 way for querying against conceptual model in EF :

  1. LINQ to Entity
  2. Entity SQL
  3. Query Builder Methods

Which one is better for which situation? Is there any performance issues for these 3 type of querying?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about LINQ