Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

The specified cast from a materialized 'System.Guid' type to the 'System.Int32' type is not valid

Too Many Left Outer Joins in Entity Framework 4? [duplicate]

Entity Framework associations with multiple (separate) keys on view

MvcMiniProfiler on EF 4.1 Code-First project doesn't profile SQL

seed method not called with EntityFramework CodeFirst

Batching DB commands in Entity Framework 4.0

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?