Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to declare one to one relationship using Entity Framework 4 Code First (POCO)

Entity Framework Code First lazy loading non navigation properties

What can Entity Framework Migrations do that FluentMigrator cannot?

Removing children entries from parent causes error on SaveChanges

Entity Framework Code-First Migrations - Cannot drop constraint because it doesn't exist (naming convention from 4.3 to 5.0)

How can specify ROWGUIDCOL property to Guid type column in code first or with ColumnBuilder?

CodeFirst loading 1 parent linked to 25 000 children is slow

contains cycles and cannot be serialized if reference tracking is disabled, json.net and webapi

EF Code first invalid column name "CategoryCategoryID"

MigrateDatabaseToLatestVersion not executed

Entity Framework Code First - Change Table Column Collation

Entity framework Code First - configure mapping for SqlQuery

EntityFramework CodeFirst: CASCADE DELETE for same table many-to-many relationship

How can I set up two navigation properties of the same type in Entity Framework

The term 'Enable-Migrations' is not recognized mvc code first

Entity Framework 5: Using DatabaseGeneratedOption.Computed option

EntityFramework.dll vs System.Data.Entity.dll -- ambiguity

How to represent Bridge table in Entity Framework Code First

Id of newly added Entity before SaveChanges()

EF Code First: is good to call DetectChanges just before SaveChanges?