Framework 6 Code First using MVC 5
Tom Dykstra, Rick Anderson
Summary: The Contoso University sample web application demonstrates how to create
ASP.NET MVC 5 applications using the Entity Framework 6, Code First workflow. This tutorial shows how to build the application using Visual Studio 2013.
Category: Step-by-Step, Guide
Applies to: Entity Framework 6, MVC 5, Visual Studio 2013
Source: ASP.NET (http://www.asp.net/mvc/tutorials/getting-started-with-ef-usingmvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application)
E-book publication date: April, 2014
For more titles, visit the E-Book Gallery for Microsoft
Technologies.
1
Copyright © 2014 by Microsoft Corporation
All rights reserved. No part …show more content…
54
Summary................................................................................................................................................ 54
Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application ................... 55
Add Column Sort Links to the Students Index Page ......................................................................... 56
Add Sorting Functionality to the Index Method ............................................................................ 56
Add Column Heading Hyperlinks to the Student Index View ...................................................... 58
Add a Search Box to the Students Index Page ................................................................................... 60
Add Filtering Functionality to the Index Method .......................................................................... 60
Add a Search Box to the Student Index View................................................................................. 62
Add Paging to the Students Index Page ..............................................................................................