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:

Creating a new Service Fabric application
- Click Next.
- Name the application PackSFApplication , select a location, and click Create:

Creating a new Service Fabric application
- In the following screen, select Stateful Service, name the service PacktStatefulService, and click ...