epomatti / azure-servicefabric-productcatalog

Pluralsight course on Service Fabric development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Service Fabric - Product Catalog Example

Implementation from Pluralsight course Understanding the Programming Models of Azure Service Fabric.

Service Fabric Runtime and SDK

Install the SDK with Web Platform Installer: https://www.microsoft.com/web/downloads/platform.aspx

More information here.

Visual Studio

You'll need Visual Studio IDE.

To run it with Visual Studio:

  1. Right-click Solution > Configuration Manager > set Active Solution Platform to x64
  2. Run the solution

Testing

Install Postman and import file servicefabric.postman_collection.json

About

Pluralsight course on Service Fabric development

License:MIT License


Languages

Language:C# 89.0%Language:PowerShell 11.0%