The Common Library contains a small collection of helper classes that are commonly used in different kinds of applications. To limit copying the same code, use a clean debugged library instead. Some of these classes are related to the following topics:
- Application - helper classes to manage common application settings, sessions and other.
- Data - ADO helper classes.
- Data Objects - various data and template classes.
- Diagnostics - various helpers to manage issues, messages while running the service or app.
- Folder File Support - helpers to quickly get folder and file information.
- Text Parsing - various text/string parsing support.
- Web HTTP - helpers to support HTTP requests/responses (see Edam.Net.Web)
- Other - various other helpers.