Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework CTP5 (Code First) Modeling - lookup tables

Multiple/Single *.edmx files per database

Entity Framework Casting Error

Mapping value-type collection in Entity Framework

Understanding Entity Framework 4.1 Conventions

\Unable to map entity to table if another entity has same name as table

Entity Framework - Code First Fluent API: ErrorMessage?

Entity Framework - Unable to create a constant value of type x. Only primitive types are supported in this context.

MVC 4 Beta - You must write an attribute 'type'='object' after writing the attribute with local name '__type'

How to get row index by entity key in a dynamically built query using Entity Framework

EF Code First: Methods that can translate to SQL

Code First Migrations for a custom NuGet package can't be executed from main application

How to use dynamic connection string for SQL Server CE?

EF 5 - Model First, How to update DB Schema without dropping database

How to control primary key values when seeding data with Entity Framework codefirst

How can you deal with circular references when mapping?

Regarding the new EF5 auto-compiled queries feature

Unit of Work, Entity Framework DBContext Scope

How to represent\maintain a master detail relationship in a RESTful way?

Understanding Entity Framework optimistic concurrency (database wins) pattern