Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF Code First: Methods that can translate to SQL

How to control primary key values when seeding data with Entity Framework codefirst

How can I mix TPH and TPT in Entity Framework 6?

Why have a foreign key in a class in Entity Framework?

Does an equivalent to Database.CompatibleWithModel(bool) exist in EF Core

Mapping TPT in EF Code First 4.1 w/ Different Primary Keys

Unique constraint with EFCodeFirst and SqlCe4

Displaying many-to-many groupings in WPF

c# wpf ef-code-first

Entity annotation attributes do not work

Entity Framework Code First: How can I determine the foreign key property used for a navigation property at runtime?

EF 6 Code First, changing a Foreign Key Id with an Include on navigation property causes "A referential integrity constraint violation occurred" error

LINQ to Entities does not recognize the method

Entity Framework - Code First doesn't load referenced object

Entity Framework Code First Mapping

How to Change the Schema name

Grouping and multiple orderings using Linq to Entities

DbUpdateConcurrencyException in Entity Framework Code First

Readonly Fields or Properties

How to change the naming convention of Many-to-Many table relationships?

Disable Foreign Key Constraint Code First EF