Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to map table splitting in EF Code First?

Entity Framework Code First - Ignore Base Class

EF Code First. Children collection is null for parent

ASP.NET Identity - Error when changing User ID Primary Key default type from string to int AND when using custom table names

Entity Framework 4.1 Code First - Define many-to-many using data annotations only

One to many recursive relationship with Code First

One or Zero to One Entity Framework Code First FluentApi

"The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical" issue in entity framework

Code first: does fluent api influence UI?

asp.net-mvc ef-code-first

Entity Framework Code first - FOREIGN KEY constraint problem

Many to Many Mapping Using Data Annotations

InsertOnSubmit equivalent in DbContext.DbSet using Entity Framework 4 code first

How can I cast to subclass when using LINQ and TPT EF?

EF Code First forced eager loading

Foreign Key mapping to composite keys in entity framework

Entity Framework Code First Mapping Foreign Key Using Fluent API

Exception Handling in EF when Try To Delete Not Cascaded Entity

What causes "Incorrect syntax near <stored procedure name>" in EF Code First and SQL 2005?

A dependent property in a ReferentialConstraint is mapped to a store-generated column error on 1-to-1 relationship

Insert record in child table when parent record already exists using Entity Framework code first