Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Run Code First Migration Seed Method without a migration

Implementing Zero Or One to Zero Or One relationship in EF Code first by Fluent API

Possible to default DateTime field to GETDATE() with Entity Framework Migrations?

SQL 'time' type in Entity Framework Code First

Entity Framework: I set the foreign key, SaveChanges then access the navigation property, but it doesn't load the related entity. Why not?

How can set a default value constraint with Entity Framework 6 Code First?

Entity Framework Code First naming conventions - back to plural table names?

Entity Framework/MVC3: temporarily disable validation

Conflicting changes to the role x of the relationship y have been detected

How to add new table to existing database code first

EF Code First - Include(x => x.Properties.Entity) a 1 : Many association

EF Core Error - No project was found. Change the current working directory or use the --project option

How do I programmatically set the connection string for Entity-Framework Code-First?

Entity Framework loading child collection with sort order

Mapping Columns in Entity Framework Code First

How do I map TimeSpan with greater than 24 hours to SQL server Code First?

EF Model First or Code First Approach?

Refresh entity instance with DbContext

LIKE query with Entity Framework [duplicate]

No mapping exists from object type System.Collections.Generic.List when executing stored proc with parameters in EF 4.3