Group of misc. helper classes for reference:
| Name | Description |
|---|---|
| AutoEventTimer | Executes a method after a specified period of time |
| FlatFileHelper | Easy way to read delimited flat files |
| JsonSerializer | Pretty simple serializer. I use JSON.NET anymore for json serialization |
| SimpleAES | Helper for encrypting/decrypting data |
| SimpleHttpRequestClient | Sync and Async request wrapper (pre async/await commands) |
| XmlSerializer | Alternate serializer for XML |
| DotNetZipPackage | Easy use of zip packages using DotNetZip within an application |
| TcpClientForwarder | Forwards a local TcpClient to a remote Tcp Socket (optionally using SslStream) |