Why do we default to offset pagination on EF Core?
An article that talks about offset pagination downside, possible solution using cursor pagination.
Nov 11, 20254 min read11

Search for a command to run...
Articles tagged with #csharp
An article that talks about offset pagination downside, possible solution using cursor pagination.

Ever wonder why EF defaults to optimistic approach when handling concurrency conflicts?

Recently, I have been tasked to migrate our core repository which consists of the foundation that you need to bootstarts a .NET project. And I need to migrate it using SQL Server from ORACLE. This post walks you through the migration hurdles that I e...
