This a stock ticker micro services application demo;
- Clients A & B simple connections to a Greeter service.
 - Clients C & D consume stock price information data.
 - Service - generates randomised stock price movements.
 
To run the application demo in Visual Studio right-click on the solution in Solution Explorer and select 'Set Startup Projects...' then choose the 'Multiple startup projects' option and then re-arrange the projects in the following order;
- Service
 - ClientA
 - ClientB
 - ClientC
 - ClientD
 
Then hit play...