Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Database.SqlQuery calling stored procedure that has multiple output parameters

EF6, Code-First, enable-migrations, "Unable to load the specified metadata resource"

Deploy Entity Framework Code First

Create ASP.NET Identity tables using SQL script

Change foreign key constraint naming convention

Enable cascading deletes in EF Code First without exposing foreign key

Added code-first entity doesn't lazy-load properties

My Seed() method is never called in Code First EF 5

How can I implement DBSet.AddOrUpdate in Entity Framework 4.4?

MvcMiniProfiler on EF 4.1 Code-First project doesn't profile SQL

seed method not called with EntityFramework CodeFirst

Influencing foreign key column naming in EF code first (CTP5)

C# How to use DataAnnotations StringLength and SubString to remove text

EF4 Code First: how to add a relationship without adding a navigation property

Seeding a Database with Code First Entity Framework - Foreign key syntax

How to update entities which are modified outside the DbContext?

How do I get the raw SQL underlying a LINQ query when using Entity Framework CTP 5 "code only"?

How do i delete single record from table using EF 6.1.1

EF 4.1 Code First: "non-null value of type 'DateTime'" Issue

Code first migrations - what connection string will it use?