Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Create association on non-primary key fields with Entity Framework 4.1 Fluent API

Entity Framework Proxy creation

c# entity-framework-4.1

What is the difference between IDbSet.Add and DbEntityEntry.State = EntityState.Added?

EF CodeFirst: DropCreateDatabaseIfModelChanges doesn't work

EF 4.1 OnModelCreating not called

How can I return a datareader when using Entity Framework 4?

EF code-first PluralizingTableNameConvention for ONE DbSet

Get the primary key value of an arbitrary entity in code first

c# entity-framework-4.1

Dynamic Include statements for eager loading in a query - EF 4.3.1

How do I rewrite query expressions to replace enumerations with ints?

EF 4.1 SaveChanges not updating navigation or reference properties

Can I specify a discriminator column with a table-per-type mapping?

entity-framework-4.1

Multiple foreign keys pointing to same table in Entity Framework 4.1 code first

EF 4.1 code-first adding a trigger to a table

entity-framework-4.1

How to set foreign key in EntityTypeConfiguration Class

Entity Framework Code First: FOREIGN KEY constraint may cause cycles or multiple cascade paths

Update a single property of a record in Entity Framework Code First

Entity Framework Database.SetInitializer simply not working

Moq testing LINQ Where queries

Wrapping DbSet<TEntity> with a custom DbSet/IDbSet?