Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to modify query in EF Core 2.0, before it goes to the SQL Server?

How do you properly handle SQL_VARIANT in Entity Framework Core?

What is the difference between AddRange and AddRangeAsync in EF Core

Nullable reference types and constructor warnings

Composite Key EF Core getting error when using Fluent Api

Is instantiating a GUID in Entity Framework Core bad practice?

Apply Entity Framework migrations when using ASP.Net Core in a Docker image

Is it possible and how create a trigger with Entity Framework Core

How to make an OwnsOne property in EF Core 3.0 required when mapping to SQL Server columns?

Entity Framework 3.0 Contains cannot be translated in SQL as it was in EF Core 2.2

Entity Framework 7 pluralize table names with code first approach

Protect SQLite database used by EntityFramework Core Application

Converting IQueryable to implement IAsyncEnumerable [duplicate]

How to allow migration for a console application?

ASP.NET 5 EntityFramework.Core 7.0.0-rc1-final issue - Compiler wants 7.0.0.0 to be referenced which is not found

Entity Framework 7 Async collections

entity-framework-core

EntityFrameworkCore how to run "Update-Database" & "Add-Migration" from Visual Studio Code (VSCode)

How to set up the DbContext in xUnit test project properly?

EF Core Migrations with multiple DbContexts on single database

EF Core: use a dictionary property