I am working with the following Tutorial on MVC 5 in C# .NET 4.5
Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application
I get a compile error "Cannot resolve symbol 'ToPagedList'"
I am wondering if the turorial is out of date or am I missing something?
These are my using statements
using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web.Mvc;