Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Creating 2 Relationships Between Two Entities Using Entity Framework Code First

ef-code-first

TPH Inheritance mapping uses nchar (N'value') instead of char ('value') for discriminator column value

Working with child EF entity properties based on an abstract class

How do you modify your database after generating your DbContext?

EF 5.0 - Stop base class and subclasses being combined into a single database table when used in different DbSets

Foreign Keys in Entity Framework - Cycles or multiple cascade paths error

EF6 Code First Audit Table Per Entity

Executing logic before save or validation with EF Code-First Models

Referencing DbContext from POCO object

Cascade delete in EF4 CTP5 Code First performs update on child records

How to add a new code-first migration with a newly-generated database?

Can I use strongly typed POCOs as related values with EF code first without creating new ones every time?

Symmetric relationship in EF Code first

MultiTenant Application Prevent Tenant Access Data from Other Tenant in Shared Database

EF Code First From DB not creating Entities for all tables

How to associate one table to many parents using EF Code First

Multiplicity constraint violated error while implementing chat functionality

Code-First change data source without connection string