Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to get EF 6 to handle DEFAULT CONSTRAINT on a database during INSERT

Two Foreign Keys in Entity Framework Core

How to do recursive load with Entity framework?

Writing unit-test using EF6 (Entity Framework 6)

Weird "Cannot use a CONTAINS or FREETEXT predicate on column 'Name' because it is not full-text indexed." error

EF Data annotations Regular expression

Entity Framework Error - The query syntax is not valid

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