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.

CPU Framework

CPUFramework integrates with strongly-scripted databases to streamline production of any kind of software. It contains object-oriented code that is common to all applications, such as login functionality, error handling, and data binding. Using consistent naming conventions and validating inputs add further value to this framework.