Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework 7 no database provider is configured => when migrations are moved to another project

Entry point not found in assembly 'Microsoft.EntityFrameworkCore.Design - dotnet.exe crashes

Do I need to call SaveChanges when using EFCore.BulkExtensions

Is there a way to declare a Spatial Index with EntityFrameworkCore 2.2?

EF Core - Set Timestamp before save still uses the old value

No CreateStoredProcedure method on Entity Framework Core

Asp.Net core 2.0: Detect Startup class invoked from migration or other ef operation

modelBuilder.Configurations.AddFromAssembly in EF Core

EF core DbContext in a multithreaded API application

How to use DbContext in separate class library .net core?

How could I Mock the FromSql() method?

EntityFramework Core 2 Default Values

Data Encryption in Data Layer with ASP.NET Core Entity Framework

Unable to use data annotations

c# entity-framework-core

Get Entity Table Name - EF7

EF Core OwnsOne fails when saving

EF Core Group By translation support on conditional sum

Using EntityFramework Core 2.2 to seed data that has a database generated key

Is This How to Create a Data Transfer Object (DTO) with Entity Framework Core & ASP.NET Core MVC 2.2+ and 3.0

How to enable migration in SQLite using EF