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
/
Database
Age
Commit message (
Collapse
)
Author
2019-02-10
Getting error when inserting articles into database, changed size of ↵
Aryadev Chavali
article_link
2019-02-10
Made return for InsertArticles records written
Aryadev Chavali
2019-02-10
Made publish date not incremented, but set by us
Aryadev Chavali
2019-02-10
Changed database mode to automatically increment id
Aryadev Chavali
2019-02-10
Made function using results from test to insert multiple articles into ↵
Aryadev Chavali
table, without duplicates
2019-02-10
Implemented auto increment to articles table
Aryadev Chavali
2019-02-10
Changed title to be unique - only unique articles
Aryadev Chavali
2019-02-08
Changed source model in Database context
Aryadev Chavali
2019-02-08
Changed type of source to string
Aryadev Chavali
2019-02-08
Changed namespace to single Database
Aryadev Chavali
2019-02-08
Used scaffolding to get Database object
Aryadev Chavali
2019-02-08
For safety, generate runtime config files
Aryadev Chavali
2019-02-08
Added a base definition as well
Aryadev Chavali
2019-02-08
Changed name of class and made Details object based
Aryadev Chavali
2019-02-08
Changed reference to Classes
Aryadev Chavali
2019-02-05
added whitespace
Aryadev Chavali
2019-02-05
Updated csproj
Aryadev Chavali
2019-02-04
Made a property for details and used it in OnConfiguring method
Aryadev Chavali
2019-02-04
Made a function to get details from details.json
Aryadev Chavali
2019-02-04
Added Json parser to get json details
Aryadev Chavali
2019-02-04
Need to find a way to handle database configuration without exposing it
Aryadev Chavali
2019-02-04
Implemented basic tables in entity framework
Aryadev Chavali
2019-02-04
Added reference to Classes project
Aryadev Chavali
2019-02-04
Renamed class to Database
Aryadev Chavali
2019-02-04
Added project with references to MySQL and EntityFrameworkCore
Aryadev Chavali
2019-02-04
Removed Database Handler project, it'll be the only project inside Database
Aryadev Chavali
2019-02-04
Changed references to new classes path
Aryadev Chavali
2019-02-04
Installed MySQL package and EntityFrameworkCore
Aryadev Chavali
2019-02-04
Added project to solution
Aryadev Chavali
2019-02-04
Added project for Database handling
Aryadev Chavali
2019-02-04
Made a new solution file to link classlibs
Aryadev Chavali
2019-02-04
Changed names of tables to plural
Aryadev Chavali
2019-02-04
Changed SQL to use PrimaryKey()
Aryadev Chavali
2019-02-04
Made SQL for config table
Aryadev Chavali
2019-02-04
Made a table sql file
Aryadev Chavali