AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

How to do pagination in MVC

Open Gluups opened this issue 1 year ago • 1 comments

Description

In the page I read "This tutorial has not been updated for ASP.NET Core 6 or later." For an initiation to pagination with MVC in 2024, what platform would you recommend?

Page URL

https://learn.microsoft.com/en-us/aspnet/core/data/ef-mvc/intro?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/data/ef-mvc/intro.md

Document ID

8daf79df-eac4-358b-e6f0-6def45bd54da

Article author

@tdykstra

Gluups avatar Jun 26 '24 15:06 Gluups

For an initiation to pagination with MVC in 2024, what platform would you recommend?

Hello @Gluups. If you follow the tutorial directions and create a .NET 5 project, the tutorial should still work. The Program.cs code will be out of date, but the pagination section code should work the same in the current release.

tdykstra avatar Jul 26 '24 21:07 tdykstra