Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Why "The LINQ expression 'x' could not be translated" ? I'm not using "Where()"

Method 'get_Info' in type 'Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension

entity-framework-core

How to customize migration generation in EF Core Code First?

Navigational DTO properties using Entity Framework with OData Queries

EF 7 Migrations with multiple DBContexts

entity-framework-core

Where is EnglishPluralizationService in EF Core 2.0?

"Parameter count mismatch" error during adding Entity Framework migration under .NET Core 2.0

ASP .NET Entity Framework Core Cannot access a disposed object

"dotnet ef database update" programatically with Entity Framework Core

Entity Framework Core: Scaffolding to Avoid Data Loss after to change Model/Entity

Create EF Core Context once per request in ASP.Net Core

How to call stored procedure with table valued parameter from .net core Entity Framework

What way is better: make own wrapper for DbContext or use DbContext in Controller

How to get the Entity POCO type from the Entity Proxy type?

c# entity-framework-core

EF model property not null without [Required]

.net core injecting and resolving services

Scaffold-DbContext throws error "Could not find assembly" in .net core

ef core 2 apply HasQueryFilter for all entity

Compare DateTime Objects in EFCore 2.1.1 and .NET Core 2.1

EF Core - adding/updating entity and adding/updating/removing child entities in one request