Murach's C# 2005 How to use data sources with business objects
This chapter shows you how to do database processing using object data sources, which are data sources that get their data from business objects. This lets you get the benefits of data binding that are provided by data sources, while keeping the data access code and business objects in a layer separate from the presentation code so that you can create true multi-layer applications.
|
|
|
|
How 3-layer Windows applications
work with object data sources |
668 |
|
How to create an object data source |
670 |
|
|
How to use combo boxes with an
object data source |
672 |
|
How to use text boxes with an
object data soure |
672 |
|
How to use a DataGridView control
with an object data source |
674 |
|
|
The user interface |
676 |
|
The class diagram for the Murach.Data
library |
678 |
|
The code for the Order Entry form |
680 |
|
The code for the Find Customer
form |
688 |
|
The code for the OrderDB class |
690 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|