Steven Lignos
Steven Lignos

Reputation: 237

Server side conflict resolving, Azure Mobile Services (.NET backend)

I want to know if there is a way to detect and resolve conflicts from .NET backend server project of Azure mobile services. I know how to do it from the client side, but the first approach will solve some of my problems. Thank you!

Upvotes: 3

Views: 221

Answers (1)

phillipv
phillipv

Reputation: 1717

Yes, server side conflict resolution is possible. This test backend has a very simple client vs server example here: https://github.com/Azure/azure-mobile-services-test/blob/master/Runtime/DotNetE2EServerApp/Controllers/Table/RoundTripTableController.cs#L44

I'd need to look around for a more detailed guide, but hopefully the above is enough to get you started.

Upvotes: 3

Related Questions