Framework and Business Objects

A reusable code framework is the hallmark of a strong software system. A custom framework makes development and long-term production of software easier, smoother, and less error-prone with centralized, reusable code tailored specifically for the business needs. This section describes my object-oriented multi-platform framework, which can be used for Windows, web, and mobile-based apps.

Business Objects

Business objects, customized for each application, inherit the generic BizObject. Each strongly-typed object contains properties accessed by enumeration to avoid errors. Special events and properties, such as PlaceOrder and OrderDetailList, are defined for each business object.