ServiceStack is a modern, code-first, DTO-driven, WCF replacement web services framework encouraging best-practices for creating DRY, high-perfomance, scalable REST web services.
Where can I ask questions?
- StackOverflow - hashtag ServiceStack (Ask here if you need help!)
- JabbR ServiceStack chat room
- The Example projects and Common UseCases are highly recommended!
Resources
- G+ Community (Talk to the ServiceStack Community)
- User group (General discussion only)
- Release Notes
- Architecture Overview
- Official ServiceStack website
- Trello board (View current project status | To-do/Doing)
- Contributors Special thanks to all of ServiceStack's Contributors
- Community-Resources (Blog Posts, Gists, StackOverflow, Pod casts...)
- How to contribute (say thanks to ServiceStack!)
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
- Why ServiceStack?
- What is a message based web service?
- Advantages of message based web services
Why remote services should use separate Data Transfer Objects
- Getting Started
- Reference
- Clients
- Formats
- View Engines
- Hosts
- 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
- Plugins
- HowTo write unit/integration tests
