In this chapter, you'll learn:
The basics of using Entity Framework to display and edit data in an ASP.NET Web Forms application.
By Abhijit Jana|
This tutorial introduces the Contoso University application that you will build and walks you through creating the sample database.
By Tom Dykstra|
This tutorial introduces the EntityDataSource control and shows you how to use various Web Forms controls (GridView, DetailsView) to work with the data.
By Tom Dykstra|
This tutorial covers how to filter, order, and group data.
By Tom Dykstra|
This tutorial shows you how to work with related data.
By Tom Dykstra|
This tutorial continues the discussion of working with related data, including many-to-many relationships.
By Tom Dykstra|
This tutorial shows you how to implement table-per-hierarchy inheritance in the Entity Framework in order to make it easier to work with related classes.
By Tom Dykstra|
This tutorial shows you how to use stored procedures with the Entity Framework for more control over database access.
By Tom Dykstra|
This tutorial shows you how to add Dynamic Data functionality to the application to get automatic formatting and validation.