Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework 6 Code First function mapping

Code first - Cannot insert the value NULL into column 'Id'

EF6 Code First with generic repository and Dependency Injection and SoC

EF Code First - 1-to-1 Optional Relationship

ef-code-first one-to-one

Entity Framework 5 Migrations: Setting up an initial migration and single seed of the database

Is RecreateDatabaseIfModelChanges available in WPF?

How do you ensure Cascade Delete is enabled on a table relationship in EF Code first?

EF4 Code-First causes InvalidOperationException

Entity Framework Code First - Why can't I update complex properties this way?

A relationship is in the Deleted state

Most efficiently handling Create, Update, Delete with Entity Framework Code First

How do I prevent decimal values from being truncated to 2 places on save using the EntityFramework 4.1 CodeFirst? [duplicate]

c# decimal ef-code-first

EF Code First Parent-Child insertions with identity columns

Generate money type fields using code first EF CTP5

Entity Framework Code First Using One column as Primary Key and another as Auto Increment Column

EF 5 Migrations cannot connect to our database even though it does just fine at runtime

Convert DBContext to ObjectContext for use with GridView

How to store double[] array to database with Entity Framework Code-First approach

How can I prevent EF "The context cannot be used while the model is being created" errors?

Self referencing / parent-child relationship in Entity Framework