
This step of the VIDEO TUTORIAL will show on how to create business logic layer (BLL) classes that include
ProductsBLL, CategoryBLL, EmployeesBLL and SuppliersBLL. In addition, the tutorial will also introduce the users on how to add methods to these business logic layer classes and conclude by introducting
System.ComponentModel, DataObjectMethodAttribute, DataObjectMethodType, input parameters to these business class methods with Nullable types. For detailed information and source code for this step, please refer to the
original article.