Entity Framework Core Part 3

preview_player
Показать описание
In this episode, Robert is joined by Phil Japikse for part 3 of a 5 part series on Entity Framework Core. Aimed at folks new to EF Core, Phil shows how to start with an existing SQL Server database, create entities/objects for each table and then how to perform basic CRUD operations on the data.

This episode covers querying data using EF Core. We discuss the basics of Where clauses, retrieving single items or lists of items, as well as when queries actually execute.

Episode list:

Part 3: Basic Queries (this episode).

Рекомендации по теме
Комментарии
Автор

Is that an extension you are using to show that X in your line queries is referring to a person or product? For example, the code is context.Product.All(x => x.ListPrice != 0); but on the screen I see ….All(x:Product…..

memoized_moose
Автор

13:48 is it tho? There are collations that are case sensitive

IvanRandomDude
Автор

Are we going to have an advanced series?

BenHayat
Автор

how would you get lastOrDefault efficiently then?

LindenMikus
Автор

??? : I cannot find tool box. Where is it? **Click**

derekanderson
Автор

Hit like if you still using Dot Net Framework and don't have plans to get into the chaotics of Net Core

yasser