Top "Entity-framework-core-migrations" questions

EF Core 2.0 how to use SQL stored procedure

I am new to EF Core 2.0 with stored procedure. Can anyone help how to use stored procedure in my EF …

stored-procedures entity-framework-core asp.net-core-2.0 entity-framework-core-migrations
Scaffold-DbContext (EF Core Tools) throws 'Instance failure' exception

Context Currently I am creating an Extract, Transform and Load (ETL) application written in C# with .NET Core. The target …

.net-core ef-database-first ef-core-2.1 entity-framework-core-2.1 entity-framework-core-migrations
Add-Migration Value cannot be null. Parameter name: language

I am trying to create a new migration but I get an System.ArgumentNullException saying: System.ArgumentNullException: Value cannot be …

c# entity-framework-core entity-framework-core-migrations
Specify which project file to use when inside project directory

Trying to use "dotnet ef" command in Package Manager Console. the PMC is cd to the .csproj directory, and still …

asp.net-mvc asp.net-core-mvc entity-framework-core entity-framework-core-migrations