python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
EF Core Foreign Key: incompatible types
I looked through many similar questions, but I find no applicable solution.
I get the following error message during tests:
System.InvalidOperationException : The relationship from 'Product.FeatureTy...

Balázs Börcsök
Votes: 0
Answers: 3
EF Core/Azure SQL DB: How to run migrations without deleting current data in production
I have deployed a SQL database on Azure SQL database and published an API in .NET 5.0, however, EF Core/Database is an area I'm lacking a little knowledge in.
Right now I have a lot of data in the dat...
Jimmy
Votes: 0
Answers: 1
ASP.NET Core MVC EF How to get a record before changing it for change tracking?
ASP.NET Core 3.1 MVC with EF Core 3.1: how to get a record state before changing it? I am trying to capture a record (row) before I apply changes so I can create a record of the changes like 'is' and ...

Mattman85208
Votes: 0
Answers: 2
EF Core Execute SqlRaw for stored procedure with multiple user defined table types
I am getting an error when trying to execute a raw SQL query in EF Core 3.1. The error is:
Message "Input string was not in a correct format."
My stored procedure looks like this:
CREATE...
mo_maat
Votes: 0
Answers: 0