Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Cannot enable migrations for Entity Framework in class library

EF Code First Fluent API specifying the Foreign Key property

Entity Framework Code-first default data in database

EF5 Code First - Changing A Column Type With Migrations

Defining multiple Foreign Key for the Same table in Entity Framework Code First

Problems creating a Foreign-Key relationship on Entity Framework

Mapping a foreign key with a custom column name

Get a list of elements by their ID in entity framework

How to set default value for POCO's in EF CF?

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

Entity Framework 6 with SQLite 3 Code First - Won't create tables

How to Seed Users and Roles with Code First Migration using Identity ASP.NET Core

How to create a view using EF code-first POCO

Why is my DbContext DbSet null?

Delete .mdf file from app_data causes exception cannot attach the file as database

What is the difference between DbSet<> and virtual DbSet<>?

What does WebActivator do?

One DbContext per request in ASP.NET MVC (without IOC container)

Ambiguous references with the exact same namespace

Get return value from stored procedure