Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

IHostingEnvironment.WebRootPath is null when using EF7 commands

Entity Framework Core Code-First: Cascade delete on a many-to-many relationship

How to generate class diagram from models in EF Core?

c# entity-framework-core

Can a String based Include alternative be created in Entity Framework Core?

c# entity-framework-core

Entity Framework Core: Update relation with Id only without extra call

Entity Framework Core Find and Composite Key

c# entity-framework-core

ef-core load collection property of nested tph inherited member

Entity Framework Core cascade delete one to many relationship

'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't called in the DbContext options configuration

Generate a composite unique constraint/index, in EF Core

'propertyName' cannot be used as a property on entity type 'typeName' because it is configured as a navigation

Issues with SQL Alias in ConnectionString in appsettings.json

Is it possible to add CHECK constraint with fluent API in EF7?

entity-framework-core

Database '[DatabaseName]' already exists. Choose a different database name

More than one DbContext was found

The LINQ expression could not be translated and will be evaluated locally

Cannot install dotnet-ef tool on Windows 10

The instance of entity type 'Item' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked

c# entity-framework-core

Version for package `Microsoft.EntityFrameworkCore.Tools.DotNet` could not be resolved

Use IEntityTypeConfiguration with a base entity