Entity Framework (EF) Core is an open source multi-platform ORM developed by Microsoft.
In Entity Framework 7 when I am trying to apply a migration I get the error Introducing FOREIGN KEY constraint 'FK_…
c# entity-framework-coreIs it possible to have my ASP Core Web API ensure the DB is migrated to the latest migration using …
c# asp.net-core entity-framework-coreThe place where the command timeout is set is no longer the same as earlier versions. However, I cannot find …
c# asp.net-core entity-framework-coreI'm writing a seed method using EntityFramework.Core 7.0.0-rc1-final. What happened to the AddOrUpdate method of DbSet?
entity-framework-coreUsing EF Core (or any ORM for that matter) I want to keep track of the number of queries the …
c# unit-testing logging entity-framework-core xunitConsider two classes. public class File { [Key] public string Id { get; set; } public string Message_Id { get; set; } internal Message …
entity-framework asp.net-core entity-framework-core .net-core asp.net-core-1.0How do I create an Auto increment identity column in Entity Framework Core? Obviously I can do it using fluent …
c# entity-framework-coreI am trying the new Entity Framework Core with MySQL Connector. I can get a valid DbContext and write into …
.net-core entity-framework-coreI'm trying to create a unit test for a class that calls into an async repository. I'm using ASP.NET …
c# unit-testing asp.net-core moq entity-framework-coreHere are the list of packages which I have installed : Installed Packages I am using Entityframework core 2.0. First time I …
c# entity-framework-core asp.net-core-2.0