Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to store JSON in an entity field with EF Core?

How can I reset an EF7 InMemory provider between unit tests?

How and where to call Database.EnsureCreated and Database.Migrate?

Filtering on Include in EF Core

c# entity-framework-core

"Build failed" on Database First Scaffold-DbContext

c# entity-framework-core

EntityTypeBuilder does not contain a definition for ToTable in EF Core

Unable to create migrations after upgrading to ASP.NET Core 2.0

How to update record using Entity Framework Core?

Include several references on the second level

Can I generate script of a migration with EF code first and .net core

.Net Core 3.0 possible object cycle was detected which is not supported

auto create database in Entity Framework Core

Get SQL code from an Entity Framework Core IQueryable<T>

c# entity-framework-core

EF Core Mapping EntityTypeConfiguration

c# entity-framework-core

The term "Add-Migration" is not recognized

Raw SQL Query without DbSet - Entity Framework Core

c# entity-framework-core

Need to Update EF Core Tools

entity-framework-core

Entity Framework Core add unique constraint code-first

Entity Framework Core: DbContextOptionsBuilder does not contain a definition for 'usesqlserver' and no extension method 'usesqlserver'

How to unapply a migration in ASP.NET Core with EF Core