Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Exclude column from being updateable in Entity Framework 4.1 Code First

Updating a reference to a child object in Entity framework 4.1 (CodeFirst)

Linqpad & EF5 Code First

Using byte as the primary key datatype

ChangeTracker Entity Framework 4.1 - Original Values of Related Objects

How to add unique non primary-key field to entity using Entity Framework 4.1?

EF Code First cascade delete and update?

EntityFramework can't see ConnectionString in the App.config

EntityFramework Migration cascadeDelete parameter

EF 6.0 Migrations: ContextKey in MigrationHistory is null

MaxLength Attribute in EF4.3.1

Code first migration error "Implicit conversion from data type nvarchar(max) to varbinary(max) is not allowed"

Remove an item from Collection using Entity Framework

Order navigation properties when using Include and/or Select methods with EF 4.1 Code-First?

Entity Framework is trying to create a database, but its not what I want

Strategy for Getting SQL for AutomaticMigrations

DBContext Added/Attached Event?

EF 4.1 Code First - OnModelCreating call time

Multiple Associations from one Object to two Objects of the same Entity Type