Entity Framework 6.1: Querying and Updating Data Tutorial Video: Introduction LINQ to Entities

preview_player
Показать описание
LINQ to Entities is a variant of the LINQ feature built into Visual Basic and C# ever since .NET 3.5. It’s designed for use with queries against the Data Entity Object, generated by the Entity Framework, based on your Entity Data Model. It understands how to transform data and materialize objects for easy use in an application. It’s the primary querying language of Entity Framework because it uses built-in language features, and it is very easy to use with a minimum of code. Best of all, if you already know any LINQ variant, you already know most of what you need to use LINQ to Entities.
Рекомендации по теме
Комментарии
Автор

Very Descriptive, appreciate the presentation

starwarriorsZ
Автор

What appen if I want to do a querry from 2 entities?.

aquimchinchilla