.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Adapting Pagination from SQL Server to Amazon DynamoDB for .NET Applications

    calendar May 4, 2026 · aws.amazon.com/blogs/dotnet
    Adapting Pagination from SQL Server to Amazon DynamoDB for .NET Applications

    When you migrate .NET applications from SQL Server to Amazon DynamoDB, your existing pagination patterns need adaptation. .NET applications commonly use page number navigation with Language Integrated Query (LINQ) Skip() and Take() methods, which rely on SQL Server’s OFFSET/FETCH NEXT clauses and indexed ordering to …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top