Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EntityFramework Core database first approach pluralizing table names

How do I use MigrationBuilder DeleteData to delete all rows during a migration?

Using Singular Table Names with EF Core 2

VS Solution Explorer Analyzers exclamation: ef1000 "possible sql injection vulnerability"

Many-to-many self referencing relationship

How to use ProjectTo with Automapper 8.0 Dependency injection

Scaffold-DbContext to different output folder

c# entity-framework-core

Entity Framework Core - change schema of "__EFMigrationsHistory" table

entity-framework-core

What app.UseMigrationsEndPoint does in .NET Core Web Application Startup class

No service for type Identity.UserManager when using multiple identity users

How to use GroupBy in an asynchronous manner in EF Core 3.1?

EF Core and big traffic leads to max pool size was reached error

Why is Visual Studio telling me I need to reference System.Private.CoreLib?

The required column was not present in the results of a 'FromSql' operation

How to get ConnectionString from EF7 DbContext

How to ignore a DbUpdateConcurrencyException when deleting an entity

Entity Framework Core nullable foreign key

How to make lazy-loading work with EF Core 2.1.0 and proxies

Entity Framework Core: Is it safe to delete Migration.Designer.cs if we will never Revert a migration?

How to create Autoincrement column in SQLite using EF core?