Learn more about Entity Framework Core: Entity Framework Core - A Full Tour www.udemy.com/course/entity-framework-core-a-full-tour/?referralCode=AE4C8876B2B444EF9D22 Complete ASP.NET Core and Entity Framework Development www.udemy.com/course/complete-aspnet-core-31-and-entity-framework-development/?referralCode=739749EF600855CEE34F
@@TrevoirWilliams just to clarify my question: try { //// Adding a new League Object var league = new League { Name = "Audit Testing League" }; await context.Leagues.AddAsync(league); //await context. ... AddAsync(someObject);
Learn more about Entity Framework Core:
Entity Framework Core - A Full Tour
www.udemy.com/course/entity-framework-core-a-full-tour/?referralCode=AE4C8876B2B444EF9D22
Complete ASP.NET Core and Entity Framework Development
www.udemy.com/course/complete-aspnet-core-31-and-entity-framework-development/?referralCode=739749EF600855CEE34F
Thanks for your videos.
Quick question:
What if it failed BEFORE the safepoint? How would it rollback to the point which would haven't exist?
I explore that from 6 minutes onward where I show save points and how to rollback to a certain point.
@@TrevoirWilliams just to clarify my question:
try
{
//// Adding a new League Object
var league = new League { Name = "Audit Testing League" };
await context.Leagues.AddAsync(league);
//await context. ... AddAsync(someObject);
Is this usig DTC?
Thank you!
You're welcome!
Great video
Thank you for the continued support
well done
Respect man
I didn't get it😭
I am sorry it was complicated. Perhaps you can enroll in the full course and learn Entity Framework from scratch and it will make more sense.
Way too advance for my pallette...👍
I am sorry it was complicated. Perhaps you can enroll in the full course and learn Entity Framework from scratch and it will make more sense.
well done