Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Escape ;(semicolon) in aspnet core connection string in appsettings.json file

Adding batch of entities. How to determine which entities failed when calling SaveChanges()

"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