Skip to content
Arxisos edited this page Dec 30, 2011 · 101 revisions

Welcome to the ServiceStack wiki!

Here you will find some documentations, articles, tutorials and other anecdotes on the ServiceStack Web Service Framework!

Note: We're aware that documentation is a little sparse at the moment however it will be a top priority in the near future so be sure to check back soon!

In the meantime we welcome you to look at the Example projects to see how to quickly and easily build web services with ServiceStack. It is a conscience design decision to not to require any configuration and that the out-of-the-box installation is as useful as possible so it should be fairly easy to get started.

Getting Started

  1. Get an overview in the introduction slides
  2. View the Hello World tutorial to see how to create a web service from scratch
  3. The MonoTouch Tutorial is another geared towards calling web services from MonoTouch however the content should equally apply in most C# apps.
  4. Download ServiceStack's packages available on NuGet and start programming yourself!

Resources

Wiki Index

The wiki index is current under development, that's why not all tutorials exist.

  1. Why should I use ServiceStack?
  2. Basics
    1. Create your first webservice
    2. The IoC container
    3. Metadata page
    4. Services under the hood
  3. Clients
    1. Accessing REST services
    2. C# client
    3. JavaScript client
  4. Formats
    1. JSON/JSV and XML
    2. ServiceStack's new HTML5 Report Format
    3. ServiceStack's new CSV Format
    4. Markdown Razor
  5. Exception handling
  6. Configuration options
  7. Request/response filters
  8. Built-in caching options
  9. Validation (available in next release)
  10. Sessions and authentication/authorization (available in next release)
  11. Built-in profiling
  12. Messaging and Redis
  13. HowTo write unit/integration tests

Clone this wiki locally