We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3326cca + 9dee271 commit 4c0cb18Copy full SHA for 4c0cb18
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md
@@ -72,9 +72,9 @@ public class MyProductService : ITransientDependency
72
}
73
```
74
75
-No `Guid.NewGuid()` here, \`_guidGenerator.Create()` gives you a sequential GUID every time.
+No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time.
76
77
-## Benefits of Squential GUIDs
+## Benefits of Sequential GUIDs
78
79
Let’s say you’re inserting 1M rows into a table with a clustered primary key:
80
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/cover-image.png
-617 KB
0 commit comments