Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

How to use AddDbContextPool if all configuration in OnConfiguring method of DbContext

Foreign key conflict ef core scaffolding

c# entity-framework-core

Entityframework Core 3 linq expression could not be translated

c# entity-framework-core

Using a custom attribute in EF7 (core) OnModelCreating

Register a DB Context with Simple Injector and .Net Core

Linq WHERE EF.Functions.Like - Why direct properties work and reflection does not?

ThenInclude for Explicit Loading in Entity Framework core?