2
Reply

How to Manage Transaction in Entity Framework Core 2.0.

Bijay Dhimal

Bijay Dhimal

Dec 29 2017 6:09 AM
155
I have created an application. There is method in which i have to create and update in both the table. And there is problem when creating or updateing if a table1 is upate if any thing comes error then another table2 will no be updated. So How I can use Transaction so, that there will not be problem comes in creating and updateing.

Answers (2)