Adapting .NET GUI Controls to a Business Tier
Description
When developing business desktop applications for Windows, it's often helpful to create a business object layer and separate it from the user interface to avoid a monolithic, tightly coupled application, as should be the goal of any well-designed system. Jeff Benson presents a simple way to connect user interface controls to business objects in a loosely coupled fashion, and demonstrates the power of C# and .NET in implementing it.
