Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Navigation property has been configured with conflicting multiplicities Fluent API

Passing Connection String to Entity Framework 6

c# entity-framework

update-database: "A network-related or instance-specific error occurred while establishing a connection to SQL Server"

Entity Framework Core - Earlier data migrations break when models are changed

Entity Framework creating new entity with relationship to existing entity, results in attempt to create new copy of the existing entity

c# entity-framework

Which layer of the application should contain DTO implementation

Update only works in debug mode

Data Access from Entity framework works during debugging but not on live

How update object with relation data in EntityFramework Core

adding a foreign key with Code First migration

How to call method with Expression of type Func as parameter

Entity Framework 4 - Update database schema from model. Without wiping the table data

How to know the physical size of the database in Entity Framework?

How can I set default values in Entity Framework

EF Core Many-to-Many Relation Table Naming [duplicate]

How to create a third table for Many to Many relationship in Entity Framework Core?

c# entity-framework

How to perform delete rows on some condition with EF?

c# sql entity-framework t-sql