Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Code First adding to collections? How to use Code First with repositories?

EF 4.1 Code First - Determine What Properties Have Changed

EF6 CodeFirst My [Key] Id Column is not auto-incrementing as an identity column should

Can't run code first migrations using migrate.exe

EF4 code-first: defining object relationships, foreign keys

EF Code First - Globally set varchar mapping over nvarchar

Multiple foreign keys pointing to same table in Entity Framework 4.1 code first

IDbSet and Exposing Include method via Extension Method

Code First entity framework connection string

Entity Framework Database.SetInitializer simply not working

Entity Framework Code-First Execute Scalar-Valued Functions

Entity Framework Core Code-First: Cascade delete on a many-to-many relationship

EF Migrations: RenameColumn in Automatic Migrations?

Error storing Image in SQL CE 4.0 with ASP.NET MVC 3 and Entity Framework 4.1 Code First

Column names in each table must be unique. Column name 'StripeRecipientId' in table 'dbo.Foos' is specified more than once

Can I access the discriminator value in TPH mapping with Entity Framework 4 CTP5

Returning a DataTable using Entity Framework ExecuteStoreQuery

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

how to annotate a parent-child relationship with Code-First

EF code first: How to delete a row from an entity's Collection while following DDD?