Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EntityFramework Core relation to composite key

How to: Use async methods with LINQ custom extension method

Getting error : The binary operator Equal is not defined for the types 'System.Guid' and 'System.String'

Entity Framework Core migrations error using UseInMemoryDatabase

EF4 POCO (not using T4): Mapping and metadata information could not be found for EntityType

Does Entity Framework 4 Code First have support for identity generators like NHibernate?

EF4 Mapping varbinary(max) to Binary - Code First Error

Entity Framework MigrationSqlGenerator for SQLite

Why do I need a ToList() to avoid disposed context errors?

How to map a nullable property to a DTO using AutoMapper?

What is the difference between an orm and ADO.net?

One-to-Zero relationship with Entity Framework Core 2.0

DbContextOptionsBuilder.EnableSensitiveDataLogging Doesn't Do Anything

c# asp.net entity-framework

Entity Framework Migration Azure DevOps Release Pipeline

Create Database Views using EF Core Code First approach

How do you do full text search (FTS) with Linq to ADO.NET entity framework?

EF Code First 5.0.rc Migrations doesn`t update Identity property

Properties referred by the Principal Role App must be exactly identical to the key of the EntityType

Find all duplicate records in SQL table with Entity Framework

c# sql entity-framework

Migrating to Asp.Net Identity 2.0: new columns not being created in AspNetUsers table