Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to unit test EF core 3 view with no key in-memory?

What's the real difference between Alternate Key and HasIndex with uniqueness in EF core?

EF Core - how to audit trail with value objects

c# entity-framework-core

EF Core relationship without foreign key

Entity Framework Core leaving many connections in sleeping status

Migrating data when adding one-to-one relationship in EF Core?

Add-Migration : Exception calling "AddFromFile" with "1" argument(s): "'basePath' cannot be an empty string ("")

entity-framework-core

Logging Generated SQL with EF Core 2 and Nlog

Entity Framework Core to SQL Server IN Clause

c# entity-framework-core

System.IO.FileNotFoundException when creating EF migrations on .net core

EF Core Stored Procedure FromSqlRaw Does Not Give Updated Values

Add-Migration showing error EntityFrameworkCore.Design is not installed

Entity framework core, code first migration with data migration

Error while doing Migrations EF core 2.0, changing Identity id from string to int

EF Core / DbContext > Map custom type as primary key

One-to-one relationship in EF Core (The child/dependent side could not be determined for the one-to-one relationship)

EF Core, database-first. How to move generic repository interface to another assembly?

Entity Framework Core - No design-time services were found

c# entity-framework-core

Upgrade from Entity Framework 6 to EF Core

Drop database if model changes in EF Core without migrations