Chapter 16
LINQ to Entities: Method-Based Syntax
Key Skills & Concepts
Lambda Syntax
Read Queries
Inserting, Updating, and Deleting Objects
This chapter covers how to use method-based syntax for performing LINQ commands for database management through the Entity Framework. This syntax is enabled by extension methods. The extension method approach offers an alternative for writing LINQ commands instead of using query syntax, which was covered ...
Get C#: A Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.