Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

EF 6 - Code first invalid one-to-one foreign key relationship

EntityFramework 6.1.3 does not support framework .NETPlatform,Version=v5.4 on visual studio 2015

json entity-framework-6

What is the difference between ORM and micro ORM?

Scaffolding controllers with repositories in Mvc5, EF6, VisualStudio 2013

How to get EF6 to honor Unique Constraint (on FK) in Association/Relationship multiplicity?

Entity Framework 6 Code First migrations - multiple branches for production

What is new in Entity Framework 6.1.2?

Generic repository to update an entire aggregate

error loading database initializer with EF6

DropCreateDatabaseIfModelChanges EF6 results in System.InvalidOperationException: The model backing the context has changed

Code-first: Mapping entities to existing database tables

How to map table names and column name different from model in onmodelcreating method in Entity Framework -6?

c# entity-framework-6

Get SQL file for specific migration in Entity Framework 6 C#

How to test if database is hosted on SQL Azure?

Entity Framework Code First truncating my decimals

How to set the isolation level for Entity Framework CodeFirst Migrations

Entity Framework 6 Create() vs new

c# entity-framework-6

entity framework execute SQL before migrations

In Entity Framework, why isn't lazy loading working for a one-to-zero-or-one navigation property?

Creating Asp.net Identity user in Seed method of Db Initializer