Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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?

How to use Order By in this MSDN example

System.OutOfMemoryException using Entity Framework?

Saving changes/updating existing object in dataset with Entity FrameWork and not have to set each property individually

How to work with Portable Class Library and EF Code-first?

Why does EF 4.1 not support complex queries as well as linq-to-sql?