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
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to