suhasaraos / dotnetconblr

Sample on Service fabrci for .NET Conf Bangalore edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Voting App on Service Fabric using .NET Core 2.0

Sample on Service Fabric using .NET Core for .NET Conf Bangalore edition. This code sample is slightly modified version of the sample that can be extracted from here: https://github.com/Azure-Samples/service-fabric-dotnet-quickstart, which also include some other great quick start examples.

One can also refer to following documentation to recreate this sample on their own, slight differences are there in this code sample due to minor differences in .net core 2.0 (ex: HttpSysCommunicationListener has been used instead of WebListenerCommunicationListener/Kestrel) https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-create-dotnet-app

About

Sample on Service fabrci for .NET Conf Bangalore edition


Languages

Language:C# 75.9%Language:PowerShell 17.3%Language:CSS 2.8%Language:JavaScript 2.1%Language:Ruby 1.9%