Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

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