Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Heaven
Posts
Comments
C
C#
•
Created by Heaven on 1/14/2025 in
#help
In EF Core, how do I insert new data to an existing DB with a Migration?
if anyone else can chime in on standard methodology that’d be great too
8 replies
C
C#
•
Created by Heaven on 1/14/2025 in
#help
In EF Core, how do I insert new data to an existing DB with a Migration?
yeah I’ll use merge statements, ty!
8 replies
C
C#
•
Created by Heaven on 1/14/2025 in
#help
In EF Core, how do I insert new data to an existing DB with a Migration?
are merge statements the standard way of inserting/updating data in migrations?
8 replies
C
C#
•
Created by Heaven on 1/14/2025 in
#help
In EF Core, how do I insert new data to an existing DB with a Migration?
If there’s no existing data, should I still raw sql insert it?
8 replies