Library of application and data classes for use in .NET development.
Classes are organized into five component categories:
DatabaseComponents
Classes for querying and updating a wide range of standard relational database and data file platforms.
- Microsoft databases:
- SQL Server, MS Access, SQLCE 3.5 & 4.0.
- via .NET Providers.
- ODBC Drivers:
- via .NET System.Data.Odbc.
- OLEDB Providers:
- via .NET System.Data.OleDb.
- .NET Providers:
- Oracle, MySQL, DB2, Informix, Sybase, SQLAnywhere, SQLAnywhere UltraLite.
- XML Formatted Files (with or without XSD included in input).
- Using .NET DataSet ReadXml capabilities.
- Excel Data Files (.XLSX and XLS formats).
- Text Data Files (Delimited and Fixed Width).
Database import and export operations are supported via an extensive set of classes.
WinAppComponents
Utility classes that add functionality to windows application development.
Included are classes for
OfficeComponents
Classes for reading and writing Excel and Word documents via Microsoft Interop.
NetworkComponents
Classes that allow incorporation of FTP and SMTP EMAIL processing into a .NET application.
WinOSComponents
Classes that simplify working with processes and threads.