Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework 4 POCO with Dictionary

Why is "Fixup" needed for Persistence Ignorant POCO's in EF 4?

c# entity-framework-4 poco

How to do Migration when Generate database from model in Entity Framework Model First

How do I just LINQ Join() to link two IQueryables?

C# How to use DataAnnotations StringLength and SubString to remove text

How to implement Unit of Work that works with EF and NHibernate

EF4 is throwing an error "Schema specified is not valid"

Entity framework Invalid Column name, EF adds number 1 to primary key

EF4 Code First: how to add a relationship without adding a navigation property

Using only the year part of a date for a WHERE condition

Entity Framework 4.3 migrations error

how to sum a column in entity framework

c# entity-framework-4

Modifying an Entity Framework Model at Run-Time

How to update entities which are modified outside the DbContext?

Add Controller Model Classes not shown

Entity Framework won't detect changes of navigation properties

c# entity-framework-4

Entity Framework 4 Error: Unable to update the EntitySet because it has a DefiningQuery

Adding [DataMember] [DataContract] attributes in Entity Framework POCO Template

Code First adding to collections? How to use Code First with repositories?

Is it possible to prevent EntityFramework 4 from overwriting customized properties?