Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to set Entity Framework Core migration timeout?

Entity Framework Core Using multiple DbContexts

How to implement the field decimal(5,2) in EntityFrameworkCore 1.0 rc2?

c# entity-framework-core

Purpose of package "Microsoft.EntityFrameworkCore.Design"

Change the IDENTITY property of a column, the column needs to be dropped and recreated

ASP.NET 5, EF 7 and SQLite - SQLite Error 1: 'no such table: Blog'

Dynamically change connection string in Asp.Net Core

Cannot access a disposed object. A common cause of this error is disposing a context

EF Core Error - No project was found. Change the current working directory or use the --project option

Cannot access a disposed object in ASP.NET Core when injecting DbContext

EF Core migrations in Docker container

EF Core Connection to Azure SQL with Managed Identity

Entity Framework Core Eager Loading Then Include on a collection

Saving many-to-many relationship in Entity Framework Core

How to isolate EF InMemory database per XUnit test

What happened to AddOrUpdate in EF 7 / Core?

entity-framework-core

Ambiguous call when using LINQ extension method on DbSet<T>

EF Core: The name "SqlServerValueGenerationStrategy" does not exist in the current context

AddAsync() vs Add() in EF Core

How to get connectionString from EF Core 2.0 DbContext