Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Reattaching an entity graph and detecting collection changes

How to call a method in the where clause of a LINQ query on a IQueryable object

Entity Framework Code First - MySQL - error can't find table

EF 4.1 Code First ModelBuilder HasForeignKey for One to One Relationships

LINQ to Entities Include() does not work

Linq to Entities SqlFunctions.DateDiff not supported

Should I use DDD aggregate root repositories with EF 4.1 + LINQ?

Multiple tables with same POCO class

Cannot drop database because it is in use + EF Code first

Entity Framework Code First - How to ignore a column when saving

DbEntityEntry.OriginalValues not populating complex properties

EF CodeFirst advantages and disadvantages [duplicate]

EntityType 'ApplicantPosition' has no key defined

'ObjectContext' does not contain a definition for 'Entry' and no extension method 'Entry'

Readonly properties in EF 4.1

How to perform CRUD with Entity Framework Code-First?

Still problems with profiling EF Database First

Should I keep foreign keys in sync with references when using POCOs