Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EntityFramework Core - Copying an entity and placing it back into the database

Entity Framework Core still picks up old column

How to use attribute mapping with EF Core DB First

Error: The object cannot be deleted because it was not found in the ObjectStateManager

Entity Framework: mapping tinyint to boolean

c# entity-framework mapping

Attach entity in modified state without marking all properties dirty

Unable to create a constant value of type (type) Only primitive types ('such as Int32, String, and Guid') are supported in this context

How to automate setting ConcurrencyMode=Fixed on all RowVersion columns?

entity-framework

EF Lambda: The Include path expression must refer to a navigation property [duplicate]

Is it possible to use reflection with linq to entity?

How to get id from entity for Auditlog in Entity Framework 6

Table missing from 'EF Designer from database' .edmx diagram

Why throws exception when using Guid.Parse() method?

How to only load certain fields of a child object in Entity Framework 6.1?

How does Find method of Entity Framework work?

c# entity-framework

Add XML documentation / comments to properties/fields in EF generated classes

Why is the designer creating two .Designer.cs files when updating model from database?

How to deep copy an entity

Entity Framework Mapping DateTimeOffset to SQL Server DateTime

Entity Framework doesn't update value which is modified by a trigger