index
:
newsaggregator
master
Cute little CSharp project that I made in high school to prove I could code
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-03
Added file to handle actual translation of articles in xml to clr obj
Aryadev Chavali
2019-02-03
Changed namespace to have prepended Aggregator namespace
Aryadev Chavali
2019-02-03
Added comments
Aryadev Chavali
2019-02-03
Removed whitespace
Aryadev Chavali
2019-02-03
Added vscode launch and default tasks for development
Aryadev Chavali
2019-02-02
Added xml parser to test if valid xml is found
Aryadev Chavali
2019-02-02
Added a test for async function, and assertion that it's not an empty string
Aryadev Chavali
2019-02-02
Added tests for DownloadXMLSync
Aryadev Chavali
2019-02-02
Added unit tests for testing methods (test driven development)
Aryadev Chavali
2019-02-02
Added function to download asynchronously, useful for server usage
Aryadev Chavali
2019-02-02
Made a static class to handle downloads
Aryadev Chavali
2019-02-02
Added descriptions for each class
Aryadev Chavali
2019-02-02
Made a class to represent positions for each property of data inside an XML d...
Aryadev Chavali
2019-02-02
Made class to represent articles
Aryadev Chavali
2019-02-02
Added projects and solution for Aggregator
Aryadev Chavali
2019-02-02
Added details to readme
Aryadev Chavali
2019-02-02
Initial commit
Aryadev Chavali