Server Side Conflict Resolution, Azure Mobile Services (.NET backend)

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

+3


source to share


1 answer


Yes, it is possible to resolve the conflict on the server side. This test server has a very basic example of a client server: https://github.com/Azure/azure-mobile-services-test/blob/master/Runtime/DotNetE2EServerApp/Controllers/Table/RoundTripTableController.cs#L44



I need to look at a more detailed guide, but hopefully that's enough to get you started.

+3


source







All Articles