forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arxisos edited this page Feb 24, 2012
·
181 revisions
- Get an overview in the introduction slides
- Read the documentation down here.
- Download ServiceStack's packages available on NuGet and start programming yourself!
- The Example projects are highly recommended!
- ServiceStack Release Notes
- Official ServiceStack website
- User group (Ask here if you need help!)
- Jabbr ServiceStack chat room (Ask here if you need help!)
- Trello board (View current project status | To-do/Doing)
- How to contribute (say thanks to ServiceStack!)
- Other resources (gists, interesting threads...)
This is the documentation about the core web service framework. The documentation for the Redis client, ORMLite etc can be found here.
Before you start reading, you should know the basics about HTTP (HTTP methods/verbs, status codes etc) and REST/SOAP. Look at Prerequisites for a link list about these topics.
- Why ServiceStack?
- Basics
- Clients
- Formats
- Validation and Exception handling (new!)
- Configuration options
- Logging
- Serialization/deserialization
- Request/response filters
- Filter attributes (new!)
- Built-in caching options
- Sessions
- Authentication/authorization (new!)
- Built-in profiling
- Messaging and Redis
- HowTo write unit/integration tests
The wiki index is currently under development, that's why not all tutorials exist.
- Why ServiceStack?
- What is a message based web service?
- Advantages of message based web services
- Why remote services should use separate DTOs
- Getting Started
- Reference
- Clients
- Formats
- View Engines 4. Razor & Markdown Razor
- Hosts
- Security
- Advanced
- Configuration options
- Access HTTP specific features in services
- Logging
- Serialization/deserialization
- Request/response filters
- Filter attributes
- Concurrency Model
- Built-in caching options
- Built-in profiling
- Messaging and Redis
- Form Hijacking Prevention
- Auto-Mapping
- HTTP Utils
- Virtual File System
- Config API
- Physical Project Structure
- Modularizing Services
- MVC Integration
- Plugins 3. Request logger 4. Swagger API
- Tests
- Other Languages
- Use Cases
- Performance
- How To
- Future