Stateful Web API service template
Out of the box Azure Service Fabric does not have Stateful Web API service template. I would like to have that.
Here is related stackoverflow question http://stackoverflow.com/questions/37842425/stateful-web-api-service-in-service-fabric-in-vs-2015-update-2

A stateful ASP.NET Core service template in Visual Studio 2017 is on its way..
3 comments
-
Ryan Rogers commented
So this means that Reliable Collections have been (or soon will be) ported to .Net Core?!?!?
-
Sankara Pandian V commented
i am going to create stateful web api for my project like above. Please let us know any limitation – -
Adam S commented
We are attempting to use a stateful service as a key/value configuration store for all other Service Fabric services, so a built-in template would be nice. For now, I started with a Stateful template, then copied Startup, OwinCommunicationListener, and ServiceEventSource classes over and wired them in via the StatefulService method CreateServiceReplicaListeners().