From the course: Azure Service Fabric for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating Service Fabric stateless Reliable Services with .NET Core

Creating Service Fabric stateless Reliable Services with .NET Core - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Creating Service Fabric stateless Reliable Services with .NET Core

- [Instructor] Let's examine the structure of a Service Fabric solution in Visual Studio. We're going to create a fictitious e-commerce solution based on Service Fabric's Stateless Reliable Services. So go ahead, run Visual Studio and select Create a new project. We're going to use this Service Fabric application template and here we can specify the application name. Let's name is ECommerce. In this dialog box, I will set the name for the service as ECommerce.Api.Products. I'm going to use this Stateless Service template that is I used in the .NET Core runtime. So click on Create. And let's close this document and this file. As you can see, I have two projects in the solution. The first one is the application itself and the second one is the service. In the application, you will find XML files that represent metadata about the application. Especially, you will find this ApplicationManifest.xml file that represents…

Contents