Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework 4 with MySQL connector 6.4.3 autogenerate tables causes "Column Length" exception

How do I avoid large generated SQL queries in EF when using Include()

How do I use TransactionScope with MySql and Entity Framework? (getting Multiple simultaneous connections...are not currently supported error)

Entity Framework 4 Multiple Object Delete(RemoveAll)

Entity Framework 4 - Mapping non-public properties with CTP5 (code first) in a persistence unaware context

Entity Framework GroupBy an object or ComplexType

Entity Framework - Eager loading related entities

Using Entity Framework with historical data

EF 4.0 - mapping to readonly property with private field

Is SQL Azure suitable for Desktop client applications

DbContext SaveChanges Order of Statement Execution

why we use Concurrency Check Attribute in Entity Framework

entity-framework-4

How do I use structural annotations to set SQL type to Date in model first approach

Entity Framework POCO SaveChanges() on Update doesn't work?

Sequence contains more than one matching element - Adding item with Entiity Framework

How do I create an expression tree for run time sorting?

Recommend usage of temp table or table variable in Entity Framework 4. Update Performance Entity framework

Entity Framework multiple counts with a single query

"An object with the same key already exists in the ObjectStateManager..." exception is thrown when setting an entity state to modified

How to convert DbSet in Entity framework to ObjectQuery