Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Database in use error with Entity Framework 4 Code First

How do I specify that a property should generate a TEXT column rather than an nvarchar(4000)

Set decimal(16, 3) for a column in Code First Approach in EF4.3 [duplicate]

An error occurred while saving entities that do not expose foreign key properties for their relationships

WithOptionalDependent vs WithOptionalPrinciple - Definitive Answer?

Non-static method requires a target. Entity Framework 5 Code First

CodeFirst EF4.1 MVC Against legacy database - Multiplicity conflicts

Entity Framework, Code First and Full Text Search

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