Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

TransactionScope, where is begin transaction on sql profiler?

EF Code First Additional column in join table for ordering purposes

entity-framework-4.1

On Insert / Update logic in EF code first

EF 4.1 Code First - map enum wrapper as complex type

DbSet table name

c# entity-framework-4.1

Entity Framework Code First : Setting up One-To-One foreign key association using Annotations

Is it possible to directly reference a many-to-many table using entity framework, code first

Atomic Increment with Entity Framework

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