Skip to content

Commit 4c0cb18

Browse files
committed
Merge branch 'article-sequential-guids' of https://github.com/abpframework/abp into article-sequential-guids
2 parents 3326cca + 9dee271 commit 4c0cb18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ public class MyProductService : ITransientDependency
7272
}
7373
```
7474

75-
No `Guid.NewGuid()` here, \`_guidGenerator.Create()` gives you a sequential GUID every time.
75+
No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time.
7676

77-
## Benefits of Squential GUIDs
77+
## Benefits of Sequential GUIDs
7878

7979
Let’s say you’re inserting 1M rows into a table with a clustered primary key:
8080

-617 KB
Loading

0 commit comments

Comments
 (0)