Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core 2.0 - System.NotSupportedException On Add [duplicate]

EF Core DatabaseGeneratedOption.Computed not working

How to avoid n+1 queries in EF Core 2.1?

Add-Migration Error in Entity Framework Core

c# entity-framework-core

.Net Core 2.0 with EF7 connecting to SQL Server Express. Error: 26 - Error Locating Server/Instance

Is there a way to map a temp table in Entity Framework Core?

Linq select distinct count performed in memory

update model after scaffolding existing database EF core 2.X

entity-framework-core

Owned entities with collection relationships using entity framework core

entity-framework-core

Proper RowVersion simulation in SqLite with conversion to ulong on Entity Framework Core

Entity Framework Core: Update() method INSERTs instead of UPDATEs on dependent entity

Readonly table/entity EF Core 3.0

how to add foreign keys in EF 7 alpha

entity-framework-core

Using DbGeography Tyes with Entity Framework 7 and vNext

How to solve the greatest-n-per-group problem with Entity Framework (Core)?

How to handle concurrent DbContext access in dataloaders / GraphQL nested queries?

How can I hint the C# 8.0 nullable reference system that a property is initalized using reflection

Loop/reflect through all properties in all EF Models to set Column Type

Bulk register IEntityTypeConfiguration<> entity framework core

c# entity-framework-core