"# CurrencyToTextConverter task"
Task from different interview, 2 weeks ago
Details in Codint_task.pdf file
How to run:
- Run CurrencyToTextConverterService.ConsoleHost to start service.
- Run CurrencyToTextConverter.Client.Wpf to start client.
Remarks: Showing as it was completed that time.
- Not big WCF experience, few things can be done better, e.g. exception handling
- Some structure changes required (e.g. conversion etc should be in domain (core) project)