Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Are these two code snippets using IQueryable and .AsParallel equivalent?

Usage of DbContext(string nameOrConnectionString)

Entity Framework 6 Create model from existing table

Ajax POST to controller action to update view model, and then reload div

Error 'OracleInternal.Common.ODTSettings.m_bUseLongIdentifiers' While adding migration

EF 7: How to load related entities in a One-to-many relationship

The entity type 'Microsoft.AspNet.Mvc.Rendering.SelectListGroup' requires a key to be defined

Using an enum as a primary key with EF

c# entity-framework

Cannot convert from 'int' to 'System.Predicate

c# entity-framework linq

EntityFramework 6.0 generating one DELETE per row

Entity Framework - The context cannot be used while the model is being created

c# entity-framework

Searching a DateTime using a search string in Entity Framework code first

Exception on GET call on a table using Entity Framework in WebAPI [duplicate]

The entity type 'Microsoft.AspNetCore.Mvc.Rendering.SelectListGroup' requires a primary key to be defined [duplicate]

Run different database types in different environments in dotnet core 2

Why am I getting error: "Cannot access disposed object" in .net core 2 with EF and AutoFac?

“Unable to find a table” on Database First Scaffold-DbContext

Entity Framework Core LINQ query with multiple where clauses

How to make EF Core tools obtain DbContext instance from service provider of a console application?

Can JSONB GIN indexes be specified in CodeFirst EntityFramework with NPGSQL?