I recently ran into a problem where the Dota2 Web API api.steampowered.com/IEconItems_570/GetSchema/v0001/?key= was down and still is down for 3 days now. I am working on a new version of my app - … [Read more...] about Dota2: Extract Schema when GetSchema is Down
Archives for December 2014
XQUERY DESIGN PRINCIPLES #THREE
This is third in the series. Don't re use the same expressions over and over again When it comes to XQuery writing we normal parses XML and reads data. There are lot of constructs in XQuery to be used … [Read more...] about XQUERY DESIGN PRINCIPLES #THREE