Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Set identity to the previous created column during migration

Two One-to-Many relationships in the same table

C# - CREATE DATABASE permission denied in database 'master' (EF - code first)

Foreign key issue: EF Core 7 code-first: "Cannot insert explicit value for identity column in table '' when IDENTITY_INSERT is set to OFF."

Database initialization strategy Code First

Referencing EntityFramework 4.1 namespace in MVC3 Razor View

EF Code First: Many-to-Many + Additional Property

Seed primary key in Entity Framework code first to 0 in SQL Server Compact Edition

Can an Entity Be Associated By More Than 1 Entity?

Return Only Child Entity Linq Entity Framework

Entity framework. Quering parent entity with subclass property loaded

EntityType ''IdentityUserRole' has no key defined error

multiplicity conflicts with referential constraint in Role

Using Find in CodeFirst (EntityFramework) to get non-primary keys

Is inheritance of navigation properties supported?

How do I split a table into multiple types in EF4 code first?

How to create One-to-many relationship in Entity Framework 4.1 using Code First and Data Annotations?