Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Wait! which config file? (Entity Framework Connection String)

How do I precompile an Entity Framework Code-First Query?

Entity Framework Performance Issue

Should a Repository return IEnumerable<T> , IQueryable<T> or List<T>? [closed]

in Entity framework, how to call a method on Entity before saving

How do I define a database view using Entity Framework 4 Code-First?

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