Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Multiple classes mapping to the same table in Entity Framework 4.1 Fluent API

How can i update an entity object (detach) in EF CF?

Changing discriminator column to int in Entity Framework 4.1

One to one relationship, different key column name, Entity Framework, Code First approach

Passing query results in a viewbag

One to Many with a join table and an optional relationship in Entity Framework 4.1 Fluent API

How do I temporarily turn off an IDENTITY column in EF Code First?

ef-code-first

DbContext ChangeTracker: Id of Added Entity for Auditing

Many to many relationship detecting changes

Entity Framework 5 code first - where is the database created

Code First Migrations in SQL Azure - Tables without a clustered index are not supported

Linq with where clause in many-to-many EF Code First object

Unique Index using Data Annotations [duplicate]

EF6 Code First: Using Fluent API to declare a Foreign Key

Unique Indexes convention in EF6

Entity Framework uses newsequentialid() for Guid Key

How to make Entity Framework CTP5 work with SQLite?

Entity Framework CTP5 Code First, WPF - MVVM modeling

Custom Initialization Strategy for EF Code First that doesn't drop tables to add a column

Execute StoredProcedure in CodeFirst 4.1