Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Can Entity Framework Core run non-query calls?

Visual Studio 2017 using EF Core change local database default location for mdf file before/after migration

LINQ expression is not being translated to SQL

.NET CORE 2 EF Include

Apply EF core migrations one by one in code

How can I get the count of a list in an Entity Framework model without including/loading the entire collection?

C# EntityFramework IQueryable Memory Leak

Configuring abstract base class without creating table in EF Core [duplicate]

Add two expressions to create a predicate in Entity Framework Core 3 does not work

Loading of references in EF7

Scaffolding in .Net Core with Multiple Projects in Solution

Is recursive query possible in LINQ to Entities

Changing Primary Key using Entity Framework Core Migrations

Compare date with today on the server side with EntityFramework Core and linq to entities

Unit Testing when using EF Core 2.0

What is better way to update data in EF Core

How to delete whole database and reset the change tracker with EF Core using SQLite

a query type with the same name already exists

entity-framework-core

EF Core Update updates all columns even though only one has changed

c# entity-framework-core

Entity Framework 7 Fluent API Doesn't Recognize IsOptional()