Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to create Autoincrement column in SQLite using EF core?

How to apply migrations from code (EF Core)

No suitable constructor found for entity type string

c# entity-framework-core

Execute custom SQL script as part of Entity Framework migration

How to run a migration in production

Entity Framework Core - Take(1), Single(), First()... Not Working with Oracle Provider (ORA-00933: SQL command not properly ended)

EF 7 set initial default value for DateTime column

c# entity-framework-core

execute stored procedure in entity Framework Core without expecting map to dbset

Using Entity Framework Core migrations for class library project

How to create a Clustered Index with Entity Framework Core

IHostingEnvironment.WebRootPath is null when using EF7 commands

Entity Framework Core Code-First: Cascade delete on a many-to-many relationship

How to generate class diagram from models in EF Core?

c# entity-framework-core

Can a String based Include alternative be created in Entity Framework Core?

c# entity-framework-core

Entity Framework Core: Update relation with Id only without extra call

Entity Framework Core Find and Composite Key

c# entity-framework-core

ef-core load collection property of nested tph inherited member

Entity Framework Core cascade delete one to many relationship

'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't called in the DbContext options configuration

Generate a composite unique constraint/index, in EF Core