Repository containing packages for working with Service Fabric applications.
- Getting started
- Components
- License
- Copyright
See the Wiki for information on how to get started.
Component | Description |
---|---|
MicroServiceFabric.Bootstrap.Actors | Package for bootstrapping Service Fabric Actors. |
MicroServiceFabric.Bootstrap.StatefulService | Package for bootstrapping Service Fabric Stateful Services. |
MicroServiceFabric.Bootstrap.StatefulService.Data | Package to facilitate bootstrapping Reliable Services that require Reliable Collections upon construction.(https://azure.microsoft.com/en-us/documentation/articles/service-fabric-reliable-services-introduction/). |
MicroServiceFabric.Bootstrap.StatelessService | Package for bootstrapping Service Fabric Stateless Services. |
MicroServiceFabric.Bootstrap.StatelessService.Owin | Package for bootstrapping Service Fabric Stateless Services that expose OWIN-hosted applications, such as Web APIs. |
MicroServiceFabric.Dispatcher | Package providing an event dispatcher. The dispatcher builds upon the Service Fabric IReliableQueue. |
Micro Service Fabric is released under Apache License 2.0.
Copyright 2017 William Cowell Consulting Limited.