Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

Could not load file or assembly 'MySql.Data

Comparing EF timestamp values

ef 5 codefirst enum collection not generated in database

Code First Migration fails because of a Default Value Constraint

Defining many to many relation in code first entity framework