This is a mirror of official site: http://jasper-net.blogspot.com/

ServiceStack

| Wednesday, December 22, 2010
ServiceStack is a high-performance Open source .NET web services framework that simplifies the development of XML, JSON and SOAP Web Services.

Developed in the modern era, it has first-class support for IOC, testing and convention-based development enabling you to to develop your webservices entirely using pure, clean POCO DataContract's that are decoupled from the endpoint that it is hosted on.

These same DTO's can later be shared with any .NET client application eliminating the need for any generated code.

Creating a web service is done by adding a new Request and Response DataContract and the Service to handle them. With no other configuration required, they 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, Windows Service or Console application.

If you want to know more about Service Stack, check out the following links:

Read more: ServiceStack

Posted via email from .NET Info

0 comments: