aboutsummaryrefslogtreecommitdiff
path: root/Aggregator
AgeCommit message (Collapse)Author
2019-02-03Added file to handle actual translation of articles in xml to clr objAryadev Chavali
2019-02-03Changed namespace to have prepended Aggregator namespaceAryadev Chavali
This is for distinction
2019-02-03Added commentsAryadev Chavali
2019-02-03Removed whitespaceAryadev Chavali
2019-02-03Added vscode launch and default tasks for developmentAryadev Chavali
2019-02-02Added xml parser to test if valid xml is foundAryadev Chavali
2019-02-02Added a test for async function, and assertion that it's not an empty stringAryadev Chavali
2019-02-02Added tests for DownloadXMLSyncAryadev Chavali
2019-02-02Added unit tests for testing methods (test driven development)Aryadev Chavali
2019-02-02Added function to download asynchronously, useful for server usageAryadev Chavali
2019-02-02Made a static class to handle downloadsAryadev Chavali
2019-02-02Added descriptions for each classAryadev Chavali
2019-02-02Made a class to represent positions for each property of data inside an XML ↵Aryadev Chavali
document
2019-02-02Made class to represent articlesAryadev Chavali
2019-02-02Added projects and solution for AggregatorAryadev Chavali