Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

MapKey vs HasForeignKey Difference - Fluent Api

How do I singularize my tables in EF Code First?

Can I change the default schema name in entity framework 4.3 code-first?

EF 6.1 Unique Nullable Index

EF CodeFirst: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong

Improve navigation property names when reverse engineering a database

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?