Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework initialization is SLOW -- what can I do to bootstrap it faster?

Why re-initiate the DbContext when using the Entity Framework?

Possible to default DateTime field to GETDATE() with Entity Framework Migrations?

SQL 'time' type in Entity Framework Code First

Add the where clause dynamically in Entity Framework

c# linq entity-framework-4

Entity Framework Code First naming conventions - back to plural table names?

How to handle ObjectResult in Entity Framework 4

c# entity-framework-4

EF Mapping and metadata information could not be found for EntityType Error

using Guid as PK with EF4 Code First

Asp.Net Web API Error: The 'ObjectContent`1' type failed to serialize the response body for content type 'application/xml; charset=utf-8'

LINQ to Entities how to update a record

Entity Framework Thread Safety

Entity Framework/SQL2008 - How to Automatically Update LastModified fields for Entities?

Refresh entity instance with DbContext

Map two different entities to the same table?

What is the purpose of .edmx files?

Stop Entity Framework from modifying database

Adding stored procedures complex types in Entity Framework

How to update only one table for model from database with Entity Framework?

Most efficient method of self referencing tree using Entity Framework