Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to set a property to be "Identity" or auto-incremented column with Entity Framework Core?

EF Core: Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF on one to many

How to deploy a code-first Entity Framework database using Azure Devops pipelines to SQL server

EF Core2.2: Scaffold-DbContext not working with named connection string in WPF project

Dependency injection of context class in constructor

Including only Id of related entity in entity framework core

c# entity-framework-core

All data is not inserted in MySql instance using Entity Framework Core

How to make soft delete in cascade with Entity Framework Core including navigation properties?

c# entity-framework-core

Cannot write unicode (emoji) into SQL Server table via context (Entity Framework Core)

EF Core There is already an object named 'AspNetRoles' in the database

How to use LinqPad with Entity Framework Core?

Storing data between requests in dbcontext

Enforcing business rules in entity framework core

What's the point of multiple SaveChanges inside an entity-framework-core transaction?

The LINQ expression 'First()' could not be translated and will be evaluated locally. when using groupby

entity-framework-core

.NET Console App with Entity Framework Core: 'The process has no package identity' only when started without debugging

ASP vNext and PostgreSql

Entity Framework 7 Set decimal precision for model builder

entity-framework-core

How to group by week in Entity Framework Core?

How to handle server errors with layered architecture in web API controller