After installing the SDK and the tools, you can start creating the application:
- Open Visual Studio 2019 in administrator mode and create a new project.
- Type Service Fabric in the top menu, and select the Service Fabric Application project:
- Click Next.
- Name the application PackSFApplication , select a location, and click Create:
- In the following screen, select Stateful Service, name the service PacktStatefulService, and click ...