Update Row if it Exists Else Insert Logic with Entity Framework [closed]

What is the most efficient way to implement update row if it exists, else insert new row logic using Entity Framework? Or are there any patterns for this?

11 Answers
11

Leave a Comment