Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Connection string for using SQL Server Compact with Entity Framework?

Entity Framework: How to put multiple stored procedures in a transaction?

How to get the latest date inserted from the table with Linq to entities

A cycle was detected in a LINQ expression exception

c# DbSet - Internal object cannot be got

IN and NOT IN with Linq to Entities (EF4.0)

Using database generated GUID and datetime with EF4

Creating composite primary key using entity framework 4.1

Use Linq query to compare date only with DateTime field

execute custom sql with entity framework?

Entity Framework - default values doesn't set in sql server table

Using an Interface with a navigation property

Soft deletes, navigation properties in EF4 CTP5 POCO

Max Pool Size Being Encountered With Entity Framework 4.3

ObjectSet wrapper not working with linqToEntities subquery

Are there any good resources for developing Entity Framework 4 code-first?

Compose queries across Entity Data Models

EF 4.1 Code-first executes queries 3x slower than regular EF in my application