Service Stack
Posted
by csharp-source.net
on C# Source
See other posts from C# Source
or by csharp-source.net
Published on Tue, 27 Apr 2010 09:41:06 GMT
Indexed on
2010/04/27
9:44 UTC
Read the original article
Hit count: 434
Filed under:
ServiceStack allows you to build re-usable SOA-style web services with plain POCO DataContract classes.
The same DTO's can be shared with a .NET client application eliminating the need for any generated code.
With no configuration required, web services created are immediately discoverable and callable via the following supported endpoints:
- REST and XML
- REST and JSON
- SOAP 1.1 / 1.2
Services can run on both Mono and the .NET Framework and be hosted in either a ASP.NET Web Application, a Windows Service or Console application.
© C# Source or respective owner