Technologies used: Asp.Net Core 2.0 (Web API) Description: The purpose of this application is to show score board
- Just clone the repository on your local
- Run the application
- Follow the steps mentioned under this link: https://github.com/DKB1990/Consoleboard/blob/master/README.md
- You're done! :)
- Singleton pattern (Service Locator Pattern)
- File Handling (using IFile and extended using JsonFile class)
- Reusable code using file handling, if in case user wants to add a new format, then we can simply extend the IFile interface.
- Automatically loading of old consoles (from JSON file)
- Error handling
- File writting in case of failure
- cache store (used Dictionary to make the operations fast)
- API endpoints to update scores for old consoles.
For more information, please contact at Dheeraj.Bansal14@gmail.com