Hi, Welcome to the DDS-Security skill test. In this quick skill test, you will need to accomplish a lite application that shows stocks changes in a WPF application and dammy real-time data changes.
Basics
- Please complete this project alone.
- You can search for help on any site, use open-source components, and use other public code with a comment.
- The estimation time for this project is a few hours.
- Push changes to your forked repo
- Fork this repository to your own Github account.
- The code here is a hint on how to get the data with a SignalR client.
- Create a WPF MVVM project under the solution.
- Create a screen divided into few sections: a. Header - Title. b. Configuration - option to select a color for rising stock and a different color for downing stock c. A table that will be filled with stocks and update in real-time from the SignalR source.
- The table result should look like in the StockTableUpdate.mp4 movie - except that the colors might be changed.
- Create a DB and insert 10 last rows per symbole name with the latest changes. Keep it updated.
- When you finish, push your repo changes and add [Adiel-Sharabi] as a collaborator to your repo.