Installing DbNetSuiteCore samples


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.

Install the template package from Nuget
dotnet new install DbNetSuiteCore.Templates
Create a new folder and from that folder create an instance of the DbNetSuiteCore Samples application
dotnet new dbnetsuitecoresamples
Run the application
dotnet watch run