The application is used to convert Tab Separated Files (TSV) to Comma Separated Files (CSV), very useful for databases which require the latter but do not have an option of converting.
Programming topics used:
- Windows Forms
- String manipulation
- Threading
- Text file loading, reading and writing using StreamReader and StreamWriter objects
- Garbage collection/memory management
- Method delegation
Screenshot:
Source code available on request.