Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Add new table to an existing database using Code First approach in EF 6 and MVC 5

Update existing database with Entity Framework Code First in MVC

EntityFramework refuses to forget old columns

Mapping foreign key to non primary surrogate key column in EF code first

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?