Description
I found out why the sample app doesn't support concurrency via the automatic concurrency token. The sample app uses a SQLite dB, and SQLite doesn't support this concurrency feature OOB. Call this out in the article.
Reference: https://learn.microsoft.com/en-us/ef/core/saving/concurrency?tabs=fluent-api#native-database-generated-concurrency-tokens
Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/blazor-ef-core?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/blazor-ef-core.md
Document ID
2ebc5e4d-bab4-6d30-9018-9a712c482236
Article author
@guardrex