This project was created with the purpose of studying the Entity Framework Core. It was inspired by the tutorial on this link https://docs.microsoft.com/pt-br/ef/core/get-started/?tabs=netcore-cli.
The MCHomem.Blogging.ConsoleApp project is a console interface through which it is possible to interact with the database.
The solution includes other projects, in general I divide the MVC responsibilities into separate projects.
To execute this project it is necessary to have the .NET Core SDK installed in version 3.1 (type ** dotnet --version ** in the Windows console)
You will need an installation of Visual Studio 2019 (community) and must have a local server installation of Sql Server 2017.
To build the code, just load the project in Visual Studio.
Because it is a small project, there was no need to include tests (but I confess that I was tempted)
This app contains a login form, to use this app, type user and password: Login: admin Password: admin
If you are interested in contributing to some improvement in the architecture, just send a code request. All comments are welcome.