Currency Converter v2 Now on Caffeine!
Posted by: MSDN: Coding4Fun,
on 02 May 2011 |
View original | Bookmarked: 0 time(s)
Taking user feedback about the application into consideration, its time to make some improvements! JHere are some of the reports we got from the users:The application is too slow when exchanging currencies It uses too much data traffic/should cache the exchange rates It doesnt work for some currencies The results are inaccurate/using out-of-date exchange rates So, what we can see from these comments is that we need a better data source, and that we should use some sort of caching mechanismI think...