Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Should data contexts be static?

Understanding Transactions in Entity Framework

How to reduce Entity Framework 4 query compile time?

Naming conventions in generated many-to-many table using EF4 CTP4 code first approach

Best approach to Architect the integration of two separate databases?

Entity Framework 4.2 "The type is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute

Multiple DbContext, multiple Database.SetInitializer

How to regenerate EDMX file?

Entity Framework 4.0 GetChanges() equivalent

Sql Exception With .net 4 & EF

.net entity-framework-4

The property 'text' is part of the object's key information and cannot be modified

c# entity-framework-4

DateTime manipulation inside Linq to entities query

Table-per-type inheritance with EF 4.1 Fluent Code First

Entity Framework 4.1 Codefirst: "Given multiplicity constraints" error when deleting one-to-many children

Entity Framework - query specifying inherited type for navigation property

Configure WPF client to run 64bit

Database First Entity Framework Update Model is not working: What can be the reason?

How can I hide a database column in the entity model?

When to use ApplyOriginalValues in Entity Framework 4?

entity-framework-4

InsertOnSubmit equivalent in DbContext.DbSet using Entity Framework 4 code first