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.


No comments yet, be the first one to post comment.