Update concurrency.md
parent
116fa40551
commit
fca0e62fff
|
@ -12,7 +12,7 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT), [Tom Dykstra](https://githu
|
|||
|
||||
[!INCLUDE [about the series](../../includes/RP-EF/intro.md)]
|
||||
|
||||
This tutorial shows how to handle conflicts when multiple users update an entity concurrently (at the same time). If you run into problems you can't solve, download the [completed app for this stage](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples/StageSnapShots/cu-part8).
|
||||
This tutorial shows how to handle conflicts when multiple users update an entity concurrently (at the same time). If you run into problems you can't solve, [download or view the completed app.](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples) [Download instructions](xref:tutorials/index#how-to-download-a-sample).
|
||||
|
||||
## Concurrency conflicts
|
||||
|
||||
|
|
Loading…
Reference in New Issue