Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF Code First computing Modified and Created properties

EF 5.0 Code First Two way navigation withought foreign key id in child

Miniprofiler 1.9.1 throws Unable to determine the provider name for connection of type 'System.Data.SqlClient.SqlConnection' with EF Code First

ef code first seed many to many relationship

Value cannot be null; Parameter Name: constructor when using SqlExecuteQuery with an abstract Entity model

EF Core Model Seed Data imposes plurals in the key names

Check if EF entity already exist in current context

Entity framework code first migration to multiple database

Nullable Properties in EF Code First?

EF Core Deleting related entities on One To One relationship

Not sure how to map many to many relationship - Reuse mapping table different entities

Enum stored correctly in DB but not being deserialized into type correctly in C#

One to One and One to Many for the same entity type

EF Code First + lazy loading, projection does not work as expected

How do I find the source of all the objects that are being tracked for changes in EF CodeFirst CTP5?

EF 4.1 Code First - model updated with [Required] attributes

Configure Azure SQL DTU with Entity Framework Code First

Datagridview in winforms application updated automatically when there is any change in database

EF Code First convention to allow ICollection<T> properties to be empty collections rather than null?