Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF Code First DbMigration without nuget

EF Code First Migrations: MigrateDatabaseToLatestVersion without NUGET

How to convert DbSet in Entity framework to ObjectQuery

Database operation expected to affect 1 row(s) but actually affected 0 row(s)

How to get Entity Framework Code First and nullable foreign key properties to work?

How do I configure fixed length columns in EF Core?

XML data type in EF 4.1 Code First

How to edit previously applied migration without adding another migration in EF code first

The model backing the 'DataContext' context has changed since the database was created

How can I use a stored procedure + repository + unit of work patterns in Entity Framework?

How to declare one to one relationship using Entity Framework 4 Code First (POCO)

Entity Framework Code First lazy loading non navigation properties

What can Entity Framework Migrations do that FluentMigrator cannot?

Removing children entries from parent causes error on SaveChanges

Entity Framework Code-First Migrations - Cannot drop constraint because it doesn't exist (naming convention from 4.3 to 5.0)

How can specify ROWGUIDCOL property to Guid type column in code first or with ColumnBuilder?

CodeFirst loading 1 parent linked to 25 000 children is slow

contains cycles and cannot be serialized if reference tracking is disabled, json.net and webapi

EF Code first invalid column name "CategoryCategoryID"

MigrateDatabaseToLatestVersion not executed