I want to use exchange rates in my application but I do not want to get these rates from a web service.
I just want to keep it in somewhere
and read it from there and I want to be able to update that rates month by month.
I may keep data in database easily but because I will use that rates often it may cause to overhead, doesn't it?
I am not sure but I may keep it in XML but I am not sure how it differs from database approach.
I may keep it in the code as hardcoded, definetly the fastest, but I couldn't update it easily.
What is the best practices for doing such operation ?