Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

How to make persisted computed column in EF code first?

Many-To-Many Relationship in Code-First EF4

Disabling Entity Framework's default value generation (Code First)

Updating a reference to a child object in Entity framework 4.1 (CodeFirst)

Entity Framework save IP as binary to SQL Server

How to join multiple tables?

Lazy vs eager loading performance on Entity Framework

Entity Framework Code First & Search Criteria

Strategy for Getting SQL for AutomaticMigrations

Sorting data using EF DbSet [closed]

How to update a row using Entity Framework code first?

Overriding SaveChanges in Entity Framework 5 Code First to replicate the behavior of an old legacy library

Code First Migration Seed Error: The binary operator Equal is not defined for the types 'System.Nullable`1[System.Int32]' and 'System.Int32'

How can I add a check constraint for JSON in Entity Framework?

Entity framework code first many to many

Entity Framework Code First - two entities with same name but in different namespaces

How to map a protected property in EF 4.3 code first

SQLite with EF Code First

Can't update database using EF Migrations after updating to EF 6.0.0-alpha

How to recreate my EF CodeFirst Table?