Implementing Tiered Development

As mentioned, tiered development is implemented in Microsoft .NET by using an assembly. An assembly is analogous to a component in Microsoft's previous development platforms. An assembly contains objects and methods and compiles to a DLL. The assembly can be referenced and used by your Web or Windows form.

In the next few sections, you're going to see how to implement an additional tier in some of the examples from Hour 11, specifically the product list screen and the product details screen. The original examples are not provided in this chapter, so now might be a good time to go back and review the purpose and implementation of these screens in Hour 11.

Planning Your Approach

As you recall, the product list screen ...

Get Sams Teach Yourself ADO.NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.