Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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

Linq to Entities (EF 4.1): How to do a SQL LIKE with a wildcard in the middle ( '%term%term%')?

EF - The context cannot be used while the model is being created exception during HTTP requests

Entity Framework Code First Computed Properties

Loading Nested Entities / Collections with Entity Framework

EF Code First Readonly column

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