Browse Source

Update docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23873/head
Enis Necipoglu 12 months ago
committed by GitHub
parent
commit
9dee2719c9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

2
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

@ -74,7 +74,7 @@ public class MyProductService : ITransientDependency
No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time.
## Benefits of Squential GUIDs
## Benefits of Sequential GUIDs
Let’s say you’re inserting 1M rows into a table with a clustered primary key:

Loading…
Cancel
Save