Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Generic Repository with Soft Delete Feature

Deleting __MigrationHistory Table From Database

Entity Framework 5, switch from code first to database first?

Can I use Code First Migrations without pluarized table names?

In ASP.NET MVC, move Authentication Models to a Class Library

When to expose an IEnumerable instead of an ICollection?

EF Codefirst How to create separate table for derived class?

Entity Framework CTP5 Code-First: Mapping a class with multiple collections of another class

Entity Framework CTP 5 One to One mapping

MVC3 / EF - Changing model... Database schema mismatch

Keep Database Content On Model Change

EF 4.1 RC Code First - Mapping to existing database & specifying foreign key name

multiple cascade delete path in many-many relationship (EF 4.1)

Creating an EF CodeFirst DbContext using Roslyn

ef-code-first roslyn

Unable to cast object of type 'System.Linq.EnumerableQuery`1[Entities.Test]' to type 'System.Data.Objects.ObjectQuery`1[Entities.Test]'

Entity Framework Code First ignoring specific schema

Entity Framework: Using ExecuteSqlCommand to clear a table causes an exception because of the ObjectStateManager

Both One-To-One and One-To-Many relationships in Entity Framework 5 Code First

The navigation property 'SenderId' is not a declared property on type 'Conversation'

EF Code First, map two navigation properties to the same object type