A Service Fabric application can contain one or more services; every application can have a specific role or specific functionality to deliver what the consumers need. VS2015 will create an application, along with your first service project, if you use the New Project wizard. The steps for creating a stateless service fabric web API are as follows:
-
Launch Visual Studio as an administrator.
- Click on File | New Project | Cloud | Service Fabric Application.
- Name the application and click on OK:
- On the next page, select Stateless Web API as the first service type. Name it and click on OK: