This is an assessment project for C# backend developers.
The focus is data manipulation and structures.
- Get list of countries from REST call, https://restcountries.eu/rest/v2/all
- Use included Country class and convert REST call to that type
- Use data manipulation and data structures to populate the fact statements
- Make sure to consider the appropriate data structures to ensure good performance
- Use inbuilt methods where appropriate (as opposed to writing your own version)
- Use boilerplate methods
target: .net core v2.2