Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

Multiple classes mapping to the same table in Entity Framework 4.1 Fluent API

How can i update an entity object (detach) in EF CF?

Changing discriminator column to int in Entity Framework 4.1

One to one relationship, different key column name, Entity Framework, Code First approach

Passing query results in a viewbag

One to Many with a join table and an optional relationship in Entity Framework 4.1 Fluent API

How do I temporarily turn off an IDENTITY column in EF Code First?

ef-code-first

DbContext ChangeTracker: Id of Added Entity for Auditing

Many to many relationship detecting changes

Entity Framework 5 code first - where is the database created

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]