Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

Using EF Code First and SqlCe in WPF

EF CF Configure many-to-many mapping manually

Configure EF6 to use varchar as default instead of nvarchar?

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

Force Entity Framework 5 to use datetime2 data type

mapping private property entity framework code first [duplicate]