The Dennis-IT Tools package is a C# library that I have built over time to help me with any applications that I am working on. It includes a lot of different utility sections that are split into many different namespaces.
- Extensions
- Command line parsing
- Binary and text data files
- DNS queries
- HTTP queries
- HTTP file transfers
- FTP Client
- Logging
- Scheduling
- XML serialization
- WMI queries
My database libraries have been split out into a project of their own as Dennis-IT.Data. I had to do this because the database portion now has dependencies on PostgreSQL Npgql libraries and I didn’t want to have to include those if I was just using the core library pieces.