-
Notifications
You must be signed in to change notification settings - Fork 84
Home
Scott McArthur edited this page Aug 21, 2014
·
5 revisions
-
StackOverflow - Use
[servicestack-bsd]
tag for questions on StackOverflow. Ask a question - ServiceStack G+ Community - Get in touch with the ServiceStack Community
- JabbR ServiceStack chat room
####Note:
- Do not ask questions via twitter
- No direct or commercial support is available for ServiceStack V3
- Release Notes
- Architecture Overview
- Official ServiceStack website
- Trello board (View current project status | To-do/Doing)
- The Definitive list of Example Projects, Use-Cases, Demos, Starter Templates
- Contributors Special thanks to all of ServiceStack's Contributors
- Community-Resources (Blog Posts, Gists, StackOverflow, Pod casts...)
- How to contribute (say thanks to ServiceStack!)
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 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
- 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