PreviousNext

Building Stateful Services with Azure Service Fabric

by bill-s, 2015-12-12T09:08:39.000Z

Azure Service Fabric offers two modes of operation: stateful and stateless. Both implementations allow for microservice-style application development. This tutorial focuses on building a simple, stateful microservice; that is, a microservice that maintains a degree of state between calls such that underlying objects retain their properties’ state after a client applies changes to the object.

Read More