This section provides conceptual information and examples for programming with LINQ to Entities.
Provides information about how LINQ to Entities queries are translated and executed against the server, and about how the query results are returned to the client.
Describes how to write LINQ to Entities queries.
Describes how to use the LINQ standard query operators in LINQ to Entities queries.
Provides information on expressions in LINQ to Entities queries.
Describes how CLR method calls are mapped to canonical functions in the data source.
Provides information about how LINQ to Entities queries are executed.
Describes the results of a LINQ to Entities query.
Describes how to improve performance by compiling a query once and then executing it several times with different parameters.
Provides query examples that use the LINQ operators.
Describes known issues in LINQ to Entities queries.