I'm investigation different options to access remote data for an Android application(in the future WindowsEmbedded and possibly iOS with monotouch), so I've made some tests and I'm trying to understand what is possible and is not possible to do.
I already have a client(WindowsCE)/server(win32) solution that uses raw sockets. I'll rewrite the server with .NET,and for communication I would like to try WCF.
I wrote a simple WCF .NET server application, and connected to it with basicHTTPBinding with Android, and it works.
But for performance reasons I want to use TCPBinding, and I got stuck with svcutil etc etc, and I can't understand if I'm unable to do it or if is not possible.
Is WCF fully, partially, going to be fully supported in mono for android?
If the answer is no, and I cannot use binary TCP binding with WCF, what would it be the advantage of moving to ServiceStack (havent't tested yet, but seems to be considered better than WCF).
Thanks!
作者探讨了为Android应用接入远程数据的不同选项,从原始套接字到.NET的WCF迁移,并关注TCP绑定在Android上的可行性。ServiceStack是否更适合高性能需求成为焦点,同时提到了对移动平台如iOS的支持问题。
6万+

被折叠的 条评论
为什么被折叠?



