Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF Migrations: RenameColumn in Automatic Migrations?

in Entity framework, how to call a method on Entity before saving

How do I define a database view using Entity Framework 4 Code-First?

Entity framework code first migrations, sql user permissions?

Unable to Retrieve Metadata

Entity Framework Core 2.0: How to configure abstract base class once

Returning a DataTable using Entity Framework ExecuteStoreQuery

Modelling polymorphic associations database-first vs code-first

Continuous Integration with EF Code First Migrations

DDD with EF Code First - how to put them together?

Entity Framework read only collections

EF POCO code only VS EF POCO with Entity Data Model

How to use Membership provider with EF Code First?

Entity Framework and multiple schemas

Entity Framework 4.1: Unable to cast from DbQuery to ObjectQuery

Why am I getting an extra foreign key column with Entity Framework Code First Foreign Key Attributes?

Mapping many to many relationship in entity framework code first

Entity Framework Code First Computed Properties

How to seed data with many-to-may relations in Entity Framework Migrations

Many to many relationships in EF5 Code First, how can I specify table name?