https://github.com/marusyk/countries
https://github.com/marusyk/countries
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marusyk/countries
- Owner: Marusyk
- Created: 2015-11-24T16:17:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T18:30:16.000Z (almost 10 years ago)
- Last Synced: 2025-07-16T00:08:54.087Z (3 months ago)
- Language: C#
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries
The task should be solved using C# programming language.
Create a simple web application, which will present information about countries.
The application should display a list of countries. It should allow displaying detailed information about selected country (on the same page or on separate page). The application will also allow adding new countries to the list and save data to local file.
The application will read/write countries data from/to XML file (You have to design XML yourself. It should contain at least information about Countries' names and Capitols). The XML file should be copied to local application’s location.
The application should be made in such a manner that it can easily be extended to present countries data from XML files with different structure. We do NOT expect this to be implemented.
We expect that you demonstrate reasonable use of the available language functionality for abstraction, interfaces, inheritance, a good class structure and show a good programming practice. We are focused on code quality, design and interface/GUI.