Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Adding DbContextOptions in Startup.cs not registering data store

Entity Framework Core 2 (Code First) updating value not working

EFCore returning too many columns for a simple LEFT OUTER join

How to use ValueGeneratedOnUpdate() correctly?

Automatically execute migrations when publishing ASP.NET Core app

How can I add a check constraint for JSON in Entity Framework?

Run migrations on azure for dotnet core site deployed with GitHub

Where should I put Database.EnsureCreated?

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