Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework (EF) Code First Cascade Delete for One-to-Zero-or-One relationship

How to specify database name in Code First?

Many-to-many mapping table

Entity framework, problems updating related objects

How to sync model after using Code First from Database using Entity Framework 6.1 and MVC 5?

Mocking or faking DbEntityEntry or creating a new DbEntityEntry

Unique key with EF code first

How do I eagerly Include the child and grandchild elements of an entity in Entity Framework Code First?

Entity Framework Code First Fluent Api: Adding Indexes to columns

what is the most reasonable way to find out if entity is attached to dbContext or not?

EF codefirst : Should I initialize navigation properties?

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

How to create a table corresponding to enum in EF6 Code First?

How can I force entity framework to insert identity columns?

Using Entity Framework (code first) migrations in production

EF: Validation failing on update when using lazy-loaded, required properties

Entity Framework Stored Procedure Table Value Parameter

How to disable cascade delete for link tables in EF code-first?

EF Including Other Entities (Generic Repository pattern)

One to one optional relationship using Entity Framework Fluent API