Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

"Include" not working after SelectMany + Select in Entity Framework Core

EF can you make a Mutli-column Index using shadow properties?

Get navigation properties in Entity Framework Core

c# entity-framework-core

How to update a Collection in Many-Many by assigning a new Collection?

Entity Framework Core 2.1 throwing ArgumentException on left join

How to add a new table with EF core

options.UseOracle() not available in EF Core

Entity Framwork Core – Is a “Insert if not exists” possible?

EF Core list of Enums

Database-first EF7-beta7 dnx ef dbcontext scaffold command fails

Running DNX (EF7) database migration on Azure

How to temporarily disable entity validation on EF 7?

Reading thousands of objects with EF Core FAST

Cannot provide password in Connection String for SQLite

Delete loaded and unloaded objects by ID in EntityFrameworkCore

entity-framework-core

Custom type with automatic serialization/deserialization in EF Core

DbContext.set() cannot create a DbSet for entity because this type is not included in the model for the context

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