Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework: How to update database when modifying Model

Many to Many Relationships without Double Junction Tables, Entity Framework

Dynamic LINQ API with .NET Framework 4

linq entity-framework-4

ObjectStateManager.TryGetObjectStateEntry returns false for attached object

Entity Framework cached query plan performance degrades with different parameters

Generate identity for an Oracle database through Entity Framework using an exisiting stored procedure

Inheritance in .Net EntityFramework 4.0 for similar database tables

Entity Framework - related ICollection getting materialized into HashSet

Can I hide my ICollection<T> fields when I have a one-to-many mapping in EF4 code-only?

A connection was successfully established with the server, but then an error occurred during the pre-login handshake / Login process

Is there any tool to generate DTOs from entities?

What's wrong with this EF Join method call?

c# linq entity-framework-4

WCF data services (OData), query with inheritance limitation?

Integration tests with Entity Framework 4 Code First using SQL Server CE 4 or SQLite

How to use SQL wildcards in LINQ to Entity Framework

Serializing EF4.1 Entities using JSON.Net

Using IQueryable<TEntity> instead DbSet<TEntity> problem

Entity Framework SaveChanges Return Error. AddObject Does not set Primary Key

c# entity-framework-4

WPF form validation before source update using IDataErrorInfo

Deleting Entity in Many to Many Relationship Leaves Orphans in Relationship Table