Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework 4.1 Code First: Get all Entities with a specific base class

Entity Framework Code First - Foreign Key to non primary key field

Entity Framework Code First 5 Cascade Delete on many to many tables error

Get path of App_Data folder in the Seed method of EF migration configuration class

Work-around for Struct with Entity Framework, Code-First approach

How to switch between DatabaseGeneratedOption.Identity, Computed and None at runtime without having to generate empty DbMigrations

Deploy multiple project solution to azure

EF Code First Database Initializer and Migrations Confusion

ef-code-first

What is the best way to manually generate Primary Keys in Entity Framework 4.1 Code First

EF Code First Custom Collections

Store file in SQL CE 4 using Entity Framework Code-First approach

Entity Framework Foreign Key Inserts with Auto-Id

EF - Default value for new column with automatic migration

How to get SQL Script using Entity Framework Core(code first)

Inherit a common base class in EF code first

How to configure multiple object sets per type in Entity Framework code first

Entity Framework Code First ignoring connection string, using IIS instead

How can I set the default value of a new table column during a Code-First Migrations?

Stop empty strings at the database level with EF code first

EF 4.1 CodeFirst with Guid (not generated by DB/Store) as PK