Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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?

HiLO for the Entity Framework

entity-framework-4 hilo

EF code-first PluralizingTableNameConvention for ONE DbSet

Is EntityState.Modified required for an update?

entity-framework-4

Executing SQL Stored Procedure with Output Parameter from Entity Framework