| MonoTouch Video - Acceso a MySQL desde el iPhone utilizando MonoTouch C# desde cero
Hola amigos que tal, en esta entrega les traigo el como accesar a una base de datos (MySQL) desde el iPhone, a través de un WebService. En el ejemplo hago uso de DataSets, Procedimientos Almacenados, DataAdapters y DataRows, algunos se preguntaran ¿Qué son todas esas cosas? Bueno pues a continuación tratare de dar una breve explicación de cada uno de l...
source: alexsoto.me
|
| MonoTouch Library - Service Stack - Open Source Mono and .NET web services Framework
ServiceStack allows you to build re-usable SOA-style web services with plain POCO DataContract classes. The same DTO classes can be shared with a .NET client application which eliminates the need for any generated code.
Adding a new web service is as easy as adding new Request & Response DTO's as well as the Handler to handle them. With no other configuration required, ServiceStack allows them to be immediately discoverable and callable. It also works with MonoTouch...see the following sample/article.
source: www.servicestack.net
|
| MonoTouch Samples - RemoteInfo - Creating WebServices with Service Stack and calling them from MonoTouch
Demis Bellot has written one of the most detailed articles/samples I have seen to date. This sample goes into detail and shows you how to create web services that can then be called by MonoTouch. What is really good about this sample is that it not only covers the client and how MonoTouch can call web services but how you can create web services yourself (if you've never done it before). Thanks for the great contribution!
source: www.servicestack.net
|
| MonoTouch Article - How to use WCF
MonoTouch contains experimental support for WCF services. This small how-to explains what needs to be done to consume a WCF service in MonoTouch.
source: wiki.monotouch.net
|
| MonoTouch Video - iPhone Web Service client in C# using MonoTouch
This video demonstrates the ability to call SOAP Web Services in MonoTouch (in C#) on the IPhone 3.x Framework
source: tv.falafel.com
|




