I am developing an iOS / Objective-C Enterprise application that needs access to SQL Server through a hosted C # service. WCF is the obvious choice for plumbing, but like most Microsoft development technologies, when you go beyond a simple demo application, it gets pretty ugly.
I came across ServiceStack and it looks much better than WCF. My concern is that I canβt find almost no links to anyone else using the iOS / Objective-C client (although I can see a couple of links to iOS / Mono ServiceStack clients).
ServiceStack is clearly focused on standard protocols, so I'm sure it can do the job, but I have the feeling that I'm missing something. Am I trying to drive nails with a blender or something like that?
What is the main iOS / Objective-C developer solution connecting to the SQL Server database server?
source share