Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework not including columns with default value in insert into query

How to get ODATA to serialize NotMapped property

Why Does the Entity Framework make so Many Roundtrips to the Database?

Changing the Name of the Connection String that Entity Framework Uses

Pattern for retrieving complex object graphs with Repository Pattern with Entity Framework

Using AutoMapper to map unknown types

Creating entity relationship with renamed fields and non-primary key in primary table

Count or Skip(1).Any() where I want to find out if there is more than 1 record - Entity Framework

Filtering navigation properties in EF Code First

.NET Entity Framework Insert vs Bulk Insert

c# .net entity-framework

Azure Web Sites connection string for EF not being picked up

EntityFramework 6.0 CreateDatabaseIfNotExists Code first to create database

How can I use EF6 to update a many to many table

Violation of primary key Entity Framework Code First

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