Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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?

Order navigation properties when using Include and/or Select methods with EF 4.1 Code-First?

Sorting data using EF DbSet [closed]

How to delete a record with a foreign key constraint?

EF - Cascade Delete Not Working, Can't Delete Object

DBContext Added/Attached Event?

Reflecting changes made to stored procedure in Entity Framework-generated complex type