From f24e879305e5bc9832a30e55a6968ed0f40275f3 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sun, 3 Mar 2019 13:50:29 -1000 Subject: [PATCH] Update concurrency.md --- aspnetcore/data/ef-rp/concurrency.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aspnetcore/data/ef-rp/concurrency.md b/aspnetcore/data/ef-rp/concurrency.md index 8af766be5c..f0c1aedb30 100644 --- a/aspnetcore/data/ef-rp/concurrency.md +++ b/aspnetcore/data/ef-rp/concurrency.md @@ -300,6 +300,9 @@ See [Inheritance](xref:data/ef-mvc/inheritance) on how to inherit a data model. * [Concurrency Tokens in EF Core](/ef/core/modeling/concurrency) * [Handle concurrency in EF Core](/ef/core/saving/concurrency) +* [YouTube version of this tutorial(Handling Concurrency Conflicts)](https://youtu.be/EosxHTFgYps) +* [YouTube version of this tutorial(Part 2)](https://www.youtube.com/watch?v=kcxERLnaGO0) +* [YouTube version of this tutorial(Part 3)](https://www.youtube.com/watch?v=d4RbpfvELRs) > [!div class="step-by-step"] > [Previous](xref:data/ef-rp/update-related-data)