ASP.NET MVC 3 tutorial Part-3

Опубликовано: 22 Февраль 2026
на канале: tutorialaspnet
7,152
6

For more video http://www.jquell.com/
Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC3 Application
In the previous tutorial you implemented a set of web pages for basic CRUD operations for books entities. In this tutorial you'll add sorting, filtering, and paging functionality to the books Index page. You'll also create a page that does simple grouping. The column headings are links that the user can click to sort by that column. Clicking a column heading repeatedly toggles between ascending and descending sort order. I will show you how to install PagedList NuGet Package for paging functionality The NuGet PagedList package installs a PagedList collection type. When you put query results in a PagedList collection, several properties and methods are provided that facilitate paging.