XLib
Base library with classes to access database, generate and bind web forms,
and read/write data from formatted files.
Data
- Automatically convert database fields to INullable int, string, etc..
- XQueryBuilder to generate ANSI or non-ANSI queries in OO fashion
- Transaction/Connection scope - without distributed transactions
Business Logic
- Base classes for three most common business objects
- Ability to specify object relationships
- Search object and interfaces for efficient records retrieval
- Extensive use of reflection to load and save objects without writing one line of code
IO
- Read and write from width or character-delimited files
- Log file for recording program trace information including date-time and calling functions
- Save/Load configuration settings using app.config format to any file