Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-ctp5

EF4 Code First make tables names singular

Can I access the discriminator value in TPH mapping with Entity Framework 4 CTP5

Entity Framework Code First: How can I create a One-to-Many AND a One-to-One relationship between two tables?

EF CTP5 - Strongly-Typed Eager Loading - How to Include Nested Navigational Properties?

Generate money type fields using code first EF CTP5

Using Entity Framework Code First CTP5, how do I create a primary key column that are INTs and are not identity columns

using Guid as PK with EF4 Code First

EF Code First - Include(x => x.Properties.Entity) a 1 : Many association

Refresh entity instance with DbContext

in entity framework code first, how to use KeyAttribute on multiple columns

How to use DbContext.Database.SqlQuery<TElement>(sql, params) with stored procedure? EF Code First CTP5