
#CASBAN6: Implementing the data model using EntityFramework Core (separate libraries)
EntityModel library When I started the project, I started with creating the classes for all the tables that I need for my blog engine. I have put them into their own library to keep things clean. ...