Introduction - If you have any usage issues, please Google them yourself
A Visual Studio project which shows how to use the Entity Framework in an ASP.NET Web Forms web application project, using the Database First workflow and the EntityDataSource control. The code illustrates the following topics:
Performing basic CRUD operations.
Filtering, ordering, and grouping data.
Working with related data.
Table-per-hierarchy inheritance.
Using stored procedures.
Using Dynamic Data functionality.