Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

How to apply migrations from code (EF Core)

No suitable constructor found for entity type string

c# entity-framework-core

Execute custom SQL script as part of Entity Framework migration

How to run a migration in production

Entity Framework Core - Take(1), Single(), First()... Not Working with Oracle Provider (ORA-00933: SQL command not properly ended)