Exploration of Blazor + ASP.NET Core API + MS SQL Server 2019 Temporal databases
- SQL Server 2017 / 2019
- SQL Server Management Studio (SSMS) 17/18
- Visual Studio 2017 with the Blazor Language services extension
- open SSMS and import the database ( Database script )
- import the project from GitHub
- in the
tbp.Server/tbpdbContext.cs
, check the connection string and change accordingly - run the app (the default project should be
tbp.Server
)