Skip to content

doctariDev/test-project-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doctari .Net test project

Description

Create a tool which presents the given test data in data/testdaten.txt in an user interface (any UI framework or text output is fine). In addition, the tool must be able to display the federal states of Germany (Bundesland) for each of the records. Request the GoogleMaps Geocoding API to get the federal states. Hint: In Germany, the zip code is clearly assigned to a federal state.

https://maps.googleapis.com/maps/api/geocode/json?address=<ADRESS>&key=<GOOGLE_API_KEY>

Please consider that API requests are expensive and limited.

Write your code like you would do it for a production system in a company and please consider the following points:

  • architecture / code structure
  • OOP
  • performance
  • reusable code
  • modularity
  • clean code

We wish you success!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages