Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

MySql 5.6 with EntityFramework 6 schema error 0040

DbMigrator does not detect pending migrations after switching database

How to create CreatedOn and UpdatedOn using EF Core 2.1 and Pomelo

Configure EF6 to use varchar as default instead of nvarchar?

How to query Code First entities based on rowversion/timestamp value?