.NET Core

The ScaleOut Digital Twins™ service allows you to deploy and host your digital twin in a .NET 8 (or higher) worker process that is launched and managed by the service.

The workflow for creating a digital twin in .NET Core is as follows:

  1. Install the Scaleout.DigitalTwin.Templates package on your development workstation.

  2. Create a solution and add real-time and/or simulation digital twin projects.

  3. Customize the projects’ code to implement your model(s) and handle messages.

  4. Use the ScaleOut Digital Twins Workbench API to run and test your models locally.

  5. Use the ScaleOut Digital Twins UI to deploy and manage your solution in production.