Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Entity Framework 6 - Missing table with only primary keys referencing different tables

Include filter child collection [duplicate]

Why does DbSet Add return an entity instance instead of void?

EF6 SQL generation for <where nullable columns equals>

Calling DB Function with Entity Framework 6

c# sql linq entity-framework-6

Entity Framework with Sql Server Column Level Encryption

How do I use the SqlResource method in EF Migrations?

Entity Framework : Sharing entities across different DbContexts

Entity framework Core : property setter is never called (Violation of encapsulation?)

Check for pending migrations in Entity Framework?

Should all Entity Framework methods use async? [closed]

modelBuilder.Configurations.Add and modelBuilder.Entity on OnModelCreating

c# entity-framework-6

Is it correct if i am using await + ToListAsync() over IQueryable which is not defined as a task

How to setup EF6 Migrations with ASP.NET Core

ASP.NET Entity Framework 6 HashSet or List for a collection?

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?