Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

EF Code First Custom Collections

Store file in SQL CE 4 using Entity Framework Code-First approach

Entity Framework Foreign Key Inserts with Auto-Id

Entity Framework 4.1 Database First does not add a primary key to the DbContext T4 generated class

Entity Framework DateTime column - GetDate() value Insertion

EF 4.1 Mapping Problem

Multi-step database transaction split across multiple HTTP requests

EF 4.1 CodeFirst with Guid (not generated by DB/Store) as PK

error when using interfaces for Entity Framework (4.2) entities

asp.net mvc 2 to mvc 4

Comparing performance of generated queries for Any() vs Count() in Entity Framework 4.1

Why does Entity Framework Code-First (with an existing DB) keep trying get data from an EdmMetadata table?

Entity Framework IValidatableObject reference DbContext

Entity Framework: where field starts with number

How can I convert a dynamic proxy into a POCO?

how can i use Entity Framework 4.1 in Visual Studio 2012?

EF 4.1 code first causes weird (login) runtime errors

Can’t find the new Code First Entity Framework Database

EF code-first: How to load related data (parent-child-grandchild)?

Must I implement IDisposable on all classes, or is a base class sufficient?