Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Customize Context filename when using Entity Framework Power Tools Reverse Engineering

entity-framework-4 t4

Entity Framework 4: Eager Loading (Include) with filters using Self Tracking Entities

Why does EF generate this sql when querying reference property

How to safely increment a counter in Entity Framework

EF4 and multiple abstract levels

Problems After Disposing DbContext

What does this error mean 'The element 'Dependent' in namespace has incomplete content

Deleting Entity Object with 1 to Many Association to View-Based Entity

Entity Framework Code First Many to Many creating duplicate rows

Using two different databases simultaneously using Entity Framework

entity-framework-4

I'm changing my EF linq query to a stored procedure. Is there an easy way to setup complex mappings?

DbContext doesn't release SQLite database

Table-Valued Parameter in Stored Procedure and the Entity Framework 4.0

EF4 POCO WCF Serialization problems (no lazy loading, proxy/no proxy, circular references, etc)

Can I mix Table per Hierarchy and Table per Type in Entity Framework?

The relationship could not be changed because one or more of the foreign-key properties is non-nullable

Unique Keys not recognized by Entity Framework

How to implement a generic RepositoryFactory?