A Repository I created while learning ASP.Net Core. As of right now the master branch is not using Entity Framework Core. In the future, I may create a separate branch that has the same functionality as the current master branch, but uses EF Core.
I am using Command-Query separation to talk with a custom database. This architecture is described incredibly well in This Article On Commands and This Article On Queries. Both of articles are written by Steven van Deursen on his blog.
TODO: Write Description
TODO: Write Description