You can install the DbNetSuiteCore samples template on your own machine using the .NET Core CLI. The samples give a clear idea of how easy DbNetSuiteCore is to implement and includes the ability to generate and run DbNetSuiteCore components against your own database.
Alternatively you can clone the DbNetSuiteCore.Templates repository and open /run in Visual Studio
dotnet new install DbNetSuiteCore.Templates
mkdir demo
cd demo
dotnet new dbnetsuitecoresamples
dotnet watch run