Migrate from https://github.com/atatanasov/gijgo-asp-net-examples for own reference.
- Open Gijgo.Asp.NET.Examples.sln with Visual Studio 2017
- Set correct connection string to sql server database in the Web.config
- Execute "Add-Migration InitialCreate" command in "Package Manager Console"
- Execute "Update-Database" command in "Package Manager Console"
- Run the project with Visual Studio