Skip to content
asunar edited this page Aug 15, 2012 · 88 revisions

Welcome to the ServiceStack wiki!

Where can I ask questions?

Resources



Documentation

This is the documentation about the core web service framework. The documentation for the Redis client, ORMLite etc can be found here.

Prerequisites - Before you start reading, you should know the basics about HTTP (HTTP methods/verbs, status codes etc) and REST/SOAP

  1. Why ServiceStack?
    1. Advantages of message based web services
  2. Basics
    1. Create your first webservice
    2. Your first webservice explained
    3. The IoC container
    4. Metadata page
    5. Rest, SOAP & default endpoints
    6. SOAP support
    7. Service return types
    8. Plugins
    9. Validation and Exception handling (new!)
  3. Clients
    1. Overview
    2. C# client
    3. JavaScript client
    4. Silverlight client
  4. Formats
    1. Overview
    2. JSON/JSV and XML
    3. ServiceStack's new HTML5 Report Format
    4. ServiceStack's new CSV Format
    5. Markdown Razor
    6. ProtoBuf Format
  5. Hosts
    1. IIS
    2. Self-hosting
    3. Mono
      1. Run ServiceStack as a daemon on Linux
  6. Advanced
    1. Configuration options
      1. Run ServiceStack side-by-side with another web framework
    2. Access HTTP specific features in services
    3. Logging
    4. Serialization/deserialization
    5. Request/response filters
    6. Filter attributes (new!)
    7. Built-in caching options
    8. Built-in profiling
    9. Messaging and Redis
  7. Plugins
    1. Sessions
    2. Authentication/authorization (new!)
    3. Request logger
  8. HowTo write unit/integration tests

Clone this wiki locally