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
path:
root
/
Aggregator
Age
Commit message (
Collapse
)
Author
2019-02-04
Added comments for ParseMultiple
Aryadev Chavali
2019-02-04
Added comments
Aryadev Chavali
2019-02-04
Formatted code
Aryadev Chavali
2019-02-04
Finished ParseMultiple method
Aryadev Chavali
2019-02-04
Added source property to config because configs will be program life time
Aryadev Chavali
based objects and thus the main characteristic for Article information
2019-02-04
Finished parser (used past project)
Aryadev Chavali
2019-02-03
Added function definitions for parse
Aryadev Chavali
2019-02-03
Added reference to Aggregator.Classes
Aryadev Chavali
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
This is for distinction
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 ↵
Aryadev Chavali
document
2019-02-02
Made class to represent articles
Aryadev Chavali
2019-02-02
Added projects and solution for Aggregator
Aryadev Chavali