Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework Code First Case Sensitivity on string PK/FK Relationships

Entity Framework 4.1 Code First approach to create many-to-many relation

MVC3 and EF Data first: what are the best practices?

EF 4.1 messing things up. Has FK naming strategy changed?

Filter with multiple derived classes with Code-first Entity Framework

How to change/set collation in EF Code first

Deploying database changes with EF 4.1

view generated SQL for Entity Framewok SaveChanges command in Visual studio?

Error loading EntityFramework 4.3.1

Does filtering of data take place in the controller, service or repository layers?

Writing LINQ queries. Joins VS navigational properties

What does the EnumDataType attribute do in ASP.NET MVC?

Entity Framework 4.1 - Override Entity (DBSet) with Filter

Entity Framework - is it suitable for Enterprise Level application?

Date field giving required error on validation

Difference between DbSet.Remove and DbContext.Entry(entity).State = EntityState.Deleted

EF 4.1 CF: CREATE DATABASE permission denied in database 'master'

Exclude column from being updateable in Entity Framework 4.1 Code First

ChangeTracker Entity Framework 4.1 - Original Values of Related Objects

How to add unique non primary-key field to entity using Entity Framework 4.1?