Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework - How to check if table exists?

Entity Framework Code-First - Define the key for this EntityType

Using Foreign Key (FK) as Discriminator for Table-Per-Hierarchy (TPH)

Entity 4.1 Updating an existing parent entity with new child Entities

entity-framework-4.1

Entity Framework CodeFirst many to many relationship with additional information

The entity type List`1 is not part of the model for the current context

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

Understanding code first virtual properties

Is RecreateDatabaseIfModelChanges available in WPF?

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

How to delete child entities before parent with Entity Framework CF?

How to retrieve last 5 records using LINQ method or query expression in C#

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

Convert DBContext to ObjectContext for use with GridView

What is the best way to instantiate and dispose DbContext in MVC?

Turn off EF change tracking for any instance of the context [duplicate]

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

Entity Framework 4.1: How do I delete by object Id

DbContext ChangeTracking kills performance?