Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 799
Steven Lignos Avatar asked Nov 27 '25 05:11

Steven Lignos


1 Answers

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.

like image 60
phillipv Avatar answered Nov 28 '25 22:11

phillipv