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

Welcome to the ServiceStack wiki!

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!
  5. The Example projects are highly recommended!

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