• Home (current)
  • .NET Core
    Razor Pages Entity Framework Core Blazor
  • Cloud Computing
    AWS
  • Client-Side
    React JS
  • Server-Side
    Next.js
  • Contact (current)


Razor Page Pagination

Server Side Pagination Using Stored Procedure and Dapper in ASP.NET Core Razor Pages

This article explains how paging can be implemented using the stored procedure in ASP.NET Core Razor Pages. When you have millions of records in the database and need high performance and complete control over the query to be used for pagination, you can use stored procedures.

06-May-2021 Melvin Zacharias

Tags:  Razor Page Pagination Pagination 

Pagination in ASP.NET Core Razor Pages using custom Tag Helper

This article explains how custom Tag Helpers can be used to develop reusable paging code for .Net Core Razor Page applications. It is highly customizable so that you can use CSS classes to modify the look and feel of the paging links and mention the number of links to be displayed at a time when there are hundreds of pages.

15-Feb-2021 Melvin Zacharias

Tags:  Razor Page Pagination Pagination 


Search

Categories
.NET Core
Next.js
Entity Framework Core
Razor Pages
AWS
React JS
Blazor
Tags
Troubleshooting
Pagination
Razor Page Pagination
DynamoDB

Copyright © 2025 MyCodingTips. All rights reserved