Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

SQL Server 2014 Memory Optimized Table with Entity Framework 6.1 CodeFirst

Bounded Contexts and EF Code First - How to put them together?

EF 4.1 Code Only?

Entity Framework Code First - One Table / Multiple Types

Entity Framework Code First - MySQL - error can't find table

EF 4.1 Code First ModelBuilder HasForeignKey for One to One Relationships

IsRowVersion can only be configured for Byte array properties

Seamless EF Migrations from Staging > Production with Schema Change

EF Code First Multiple entities to same table

Converting a EF CodeFirst Base class to a Inherited class (using table-per-type)

How to define nested Identifying Relationships Entity Framework code first

ValidateEntity in Entity Framework not called on Delete of entry

Adding a migrations gives filename already exists

Code First: Avoid discriminator column and keep inheritance

Multiple tables with same POCO class

Can't SaveChanges with Entity Framework in ASP.Net MVC 3 project

Entity Framework 6 Code first: How to seed data with a 'circular' relationship and store-generated columns?

Is it acceptable to put seed data in the OnModelCreating method in EF code-first?

Defining Entity Framework Keys using Fluent API

MVC 4 Code First ForeignKeyAttribute on property ... on type ... is not valid