Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

How to create immutable objects in C#?

Expression cannot contain lambda expressions

Why do Entity Framework queries not return unsaved entities

Entity Framework creates a plural table name, but the view expects a singular table name?

Why can't Entity Framework see my Stored Procedure's column information?

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?