Overview
Learn how to implement smart numbered pagination in a .NET Core blog application in this 25-minute tutorial video. Explore the process of rendering a list, calculating page count, and generating page numbers. Discover the use of partial views to enhance code organization and reusability. As a bonus, delve into the `yield return` syntax for enumerators, expanding your knowledge of C# language features. Follow along with the provided source code on GitHub to build a more user-friendly and efficient blog navigation system.
Syllabus
Introduction
Rendering a List
Page Count
Page Numbers
Partial View
Bonus
Taught by
Raw Coding