Update concurrency.md

pull/11248/head
Rick Anderson 2019-03-03 13:50:29 -10:00 committed by GitHub
parent b97e32b422
commit f24e879305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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) * [Concurrency Tokens in EF Core](/ef/core/modeling/concurrency)
* [Handle concurrency in EF Core](/ef/core/saving/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"] > [!div class="step-by-step"]
> [Previous](xref:data/ef-rp/update-related-data) > [Previous](xref:data/ef-rp/update-related-data)