Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Composite Key EF Core getting error when using Fluent Api

Is instantiating a GUID in Entity Framework Core bad practice?

Apply Entity Framework migrations when using ASP.Net Core in a Docker image

Is it possible and how create a trigger with Entity Framework Core

How to make an OwnsOne property in EF Core 3.0 required when mapping to SQL Server columns?

Entity Framework 3.0 Contains cannot be translated in SQL as it was in EF Core 2.2

Entity Framework 7 pluralize table names with code first approach

Protect SQLite database used by EntityFramework Core Application

Converting IQueryable to implement IAsyncEnumerable [duplicate]

How to allow migration for a console application?

ASP.NET 5 EntityFramework.Core 7.0.0-rc1-final issue - Compiler wants 7.0.0.0 to be referenced which is not found

Entity Framework 7 Async collections

entity-framework-core

EntityFrameworkCore how to run "Update-Database" & "Add-Migration" from Visual Studio Code (VSCode)

How to set up the DbContext in xUnit test project properly?

EF Core Migrations with multiple DbContexts on single database

EF Core: use a dictionary property

EntityFramework Commands in ASP.Net 5 Class Library Package?

Password protected SQLite with Entity Framework Core

Entity Framework Core - Migration - No Parameterless Constructor Defined for this Object

How do I test whether a DbContext is in memory?