[MonoTouch] WCF Status
Miguel de Icaza
miguel at xamarin.com
Fri Dec 23 09:43:03 EST 2011
Hello Jeff,
I currently have Silverlight apps talking to servers using WCF. In order to
> get as much code re-use as possible I want to use WCF in my MonoTouch (and
> possibly MonoDroid) apps. There did appear to be issues with WCF in earlier
> MonoTouch versions but my understanding is that the latest version of
> MonoTouch has a much improved WCF implementation. Anyone able to comment on
> how well its working and whether I should pursue the WCF option in my apps?
>
The WCF stack has improved, but it is not yet a complete 1:1 mapping of
Microsoft's WCF stack. Every once in a while we run into limitations on
it, and it still consumes a lot of memory.
My suggestion -if you can- is to use regular .NET Web Services or even
better switch to a REST stack like ServiceStack.
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111223/c5a28eb0/attachment.html
More information about the MonoTouch
mailing list