Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can we Scaffold DbContext from selected tables of an existing database

Missing Entity Framework Include(lambda) extension

Can we run SQL script using code first migrations?

An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key

entity-framework

Entity Framework mergeoption notracking bad performance

Keyword Not Supported: Metadata

How entity framework works for large number of records? [closed]

The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities

How to SELECT WHERE NOT EXIST using LINQ?

c# sql linq entity-framework

Select multiple columns using Entity Framework

c# .net entity-framework

'datetime2' error when using entity framework in VS 2010 .net 4.0

Does Entity Framework support parallel async queries? [duplicate]

Can't use a MySQL connection for entity framework 6

Global setting for AsNoTracking()?

Many-to-many mapping table

Using Asp.Net Identity DataBase first approach

Entity framework, problems updating related objects

What goes into DbContextOptions when invoking a new DbContext?

Equivalent for .HasOptional in Entity Framework Core 1 (EF7)

AddDbContext was called with configuration, but the context type 'MyContext' only declares a parameterless constructor?