Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Entity Framework Code First Using Guid as Identity with another Identity Column

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

How to disable migration in Entity Framework 4.3.1?

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

Best way to incrementally seed data in Entity Framework 4.3

Entity Framework - Migrations - Code First - Seeding per Migration

Confusion over EF Auto Migrations and seeding - seeding every program start

Code First Migration with Connection Strings

EF5 Migration Update-Database -Script Error

Cannot enable migrations for Entity Framework in class library

Automatic Migrations for ASP.NET SimpleMembershipProvider

EF5 Code First - Changing A Column Type With Migrations

EF Data migrations won't detect changes when adding new migration

How to run Seed() method of Configuration class of migrations

Where can I find the console or debug output from code executed in the package manager window?

Is it possible to change the location of the EF Migrations "Migrations" folder?

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

Migrations in Entity Framework in a collaborative environment

Consolidating EF migrations into new InitialCreate

C# Code-First migration, up/down?