In this chapter, you'll learn:
How to build the Contoso U application as an n-tier application using the ObjectDataSource control and how to handle concurrency and maximize performance.
By Tom Dykstra|
This tutorial builds an n-tier application using repository classes, and shows how to update the database and data model from the previous tutorial series.
By Tom Dykstra|
This tutorial shows how to add business logic while keeping the business-logic layer (BLL) and the data-access layer (DAL) separate, and how to create automated unit tests for the BLL.
By Tom Dykstra|
This tutorial shows how to do sorting and filtering and how to handle master-detail scenarios.
By Tom Dykstra|
This tutorial shows options for handling concurrency in an ASP.NET application that uses the Entity Framework.
By Tom Dykstra|
This tutorial shows ways to improve the performance of an ASP.NET application that uses the Entity Framework and how to diagnose performance problems.
By Tom Dykstra|
This tutorial reviews the most important new features in version 4 of the Entity Framework.