Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Linq where clause compare only date value without time value

Entity Framework error: Cannot insert explicit value for identity column in table

c# sql entity-framework

Model backing a DB Context has changed; Consider Code First Migrations

The entity type 'IdentityUserLogin<string>' requires a primary key to be defined [duplicate]

How can I get my database to seed using Entity Framework CodeFirst?