Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

EF5 Code First - Changing A Column Type With Migrations

Consolidating EF migrations into new InitialCreate

Is it possible to set a unique constraint using Entity Framework Code First?

Get return value from stored procedure

The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception

Non-static method requires a target. Entity Framework 5 Code First

After updating Entity Framework model, Visual Studio does not see changes

DbContext AutoDetectChangesEnabled set to false detecting changes

EF migration for changing data type of columns

Improve navigation property names when reverse engineering a database

Entity Framework (EF) Code First Cascade Delete for One-to-Zero-or-One relationship

Creating Composite Key Entity Framework

How to set up LocalDb for unit tests in Visual Studio 2012 and Entity Framework 5

Entity Framework Ordering Includes [duplicate]

Entity Framework Multiple Column as Primary Key by Fluent Api

An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key

How to rename a database column in Entity Framework 5 Code First migrations without losing data?

Entity Framework 5 deep copy/clone of an entity

Check if there are any pending changes to be saved

How do I undo the last Add-Migration command?