Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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?

Map System.Uri using Entity Framework Fluent Api

Can one set a breakpoint in EF code first migrations seed method?

AutoMapper throwing StackOverflowException when calling ProjectTo<T>() on IQueryable

unable to retrieve metadata for unrecognized element providers

Linq To Entities - Any VS First VS Exists

How to share common column names in a Table per Hierarchy (TPH) mapping