Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework Core : Apply Conversion to all properties of type Option<T> in F#

How to run EFCore Migrate on ASP.NET start up WITH retries?

EFCore Selects wrong column name

How to force delete COALESCE function in query. C# EntityFramework 7.0.2 LINQ

Get Type from EF Core Context

c# entity-framework-core

Entity Framework - Association between entity types has been severed problem

Globally Tag EF Core Queries with ".TagWithCallSite()"

How to limit data only to logged in user in Entity Framework Core Identity Easily

Update of navigation property in EF7 does not get saved

EF Core lazy loader behaviour with new entities

Entity Framework Core Add-Migration throws "An item with the same key has already been added. Key: MyProject.Model.MyContext

EF Core `update-database` on MySql fails with `__EFMigrationsHistory' doesn't exist`

Include and ThenInclude with multiple levels of collections [duplicate]

EF Core 5.0 Union Linq Query with sub selects not working

Invalid inside an 'Include' operation, since it does not represent a property access: 't => t.MyProperty'

How can I set a DbSet as readonly with Entity Framework Core/6

Avoid or control circular references in Entity Framework Core

Changes in IDENTITY column after EF core 3

ValueGeneratedOnAdd has no effect

c# entity-framework-core

How to list the db contexts registered in a project with console?

entity-framework-core