Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to disable eager loading when using InMemoryDatabase

Entity Framework Core: Violation of PRIMARY KEY constraint Cannot insert duplicate key in object

Getting error when trying to add migration in dotnet core 3.1 related to Pomelo.EntityFrameworkCore.MySql

Entity Framework Core 5.0 Warning limiting operator ('Skip'/'Take') without an 'OrderBy' operator

How do I reference Entity Framework 6 from a .NET core class library in RC2?

Errors using Pomelo MySQL EF provider with ASP.NET Core 2.0 Preview

There is no argument given that corresponds to the required formal parameter 'options'

EF Core 2.1 project Add-Migration NullReferenceException

Updating entity in EF Core application with SQLite gives DbUpdateConcurrencyException

EF Core: Must be reducible node

Your target project 'XXX' doesn't reference EntityFramework. This package is required

.NET Core Entity Framework stored procedures

Entity Framework Core 2.0 Add-Migration doesn't create any migration files

Adding new column using Update-Database in Entity Framework Core

Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. - How?

How to set Identity Seed value in code-first?

Owned type property not persisting for a modified entity in EF Core

Asp.net core 2.1 crashing due to model InverseProperty

EFCore 2.0 - Include & ThenInclude : child collection -- grandchild collection [duplicate]

c# entity-framework-core

SqlFunctions.DatePart equivalent in EF Core