Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Possible to set column ordering in Entity Framework

DbContext SaveChanges Order of Statement Execution

EF-Code first complex type with a navigational property

EF4.1 Code First Complex Type as primary key

Entity Framework 5 code first map string to varchar globally

Select Specific Columns from Database using EF Code First

InvalidOperationException: Cannot use table 'xxxx1' for entity type 'xxxx2' since it is being used for entity type 'xxxx1'

Entity Framework Code First and CA2227 "Collection Properties should be read only"

EF Code First: Add row to table with a non-identity primary key

Entity Framework code first migrations throwing error

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?