Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Cascading delete in Entity Framework

Extending Type Safety to prevent dirty data coming from being used against functions that require "clean" data [closed]

Mapping of stored procedures is all-or-nothing in Entity Framework? (FunctionMapping)

How to set up a many-to-many relationship in Entity Framework designer thingy

Retrieving entity from context after Add() yet before SaveChanges() has been called

EF4 returns incorrect values when selecting from summary view

entity-framework-4

ASP.NET MVC3 - Data Annotations with EF Database First (ObjectContext, DbContext)

MVC3 with EF 4.1 and EntityState.Modified

The type of one of the primary key values did not match the type defined in the entity. See inner exception for details

MVC 3: DropDownList on an Edit Form for an object that is a property of a ViewModel

Entity framework generates values for NOT NULL columns which has default defined in db

c# entity-framework-4

Remove() doesn't work with many-to-many relationship in Entity Framework

How do I create a migration for an existing database in EntityFramework 4.3?

Unable to set field/property on entity type with Entity Framework 4.3.1

How to update an entity without a round-trip? (EF 4)

Does Entity Framework Use Reflection and Hurt Performance?

A referential integrity constraint violation occurred

Entity Framework Multiple Object Contexts

C# Entity Framework: There is already an open DataReader associated with this Connection which must be closed first

How to return values from a dynamic SQL Stored Procedure to the Entity Framework?