Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework 4.1 Virtual Properties

entity-framework-4.1

ADO.NET DbContext Generator vs. ADO.NET Poco Entity Generator (ObjectContext)

"Cannot drop database because it is currently in use". How to fix?

Generic Way to Check If Entity Exists In Entity Framework?

Unique key with EF code first

Is DbContext thread safe?

How to retrieve Data Annotations from code? (programmatically)

Better way to query a page of data and get total count in entity framework 4.1?

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

Why is .Contains slow? Most efficient way to get multiple entities by primary key?

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

The type or namespace name 'Entity' does not exist in the namespace 'System.Data'

Why is inserting entities in EF 4.1 so slow compared to ObjectContext?

EF Code First: How to get random rows

Entity Framework Code First Date field creation

Composite Key with EF 4.1 Code First

How Should I Declare Foreign Key Relationships Using Code First Entity Framework (4.1) in MVC3?

Entity framework code-first null foreign key

Generic Repository With EF 4.1 what is the point

Entity Framework Join 3 Tables