forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arxisos edited this page Dec 29, 2011
·
181 revisions
Here you will find some documentations, articles, tutorials and other anecdotes on the ServiceStack Web Service Framework!
Note: We're aware that documentation is a little sparse at the moment however it will be a top priority in the near future so be sure to check back soon!
In the meantime we welcome you to look at the Example projects to see how to quickly and easily build web services with ServiceStack. It is a conscience design decision to not to require any configuration and that the out-of-the-box installation is as useful as possible so it should be fairly easy to get started.
- Get an overview in the introduction slides
- View the Hello World tutorial to see how to create a web service from scratch
- The MonoTouch Tutorial is another geared towards calling web services from MonoTouch however the content should equally apply in most C# apps.
- Download ServiceStack's packages available on NuGet and start programming yourself!
- ServiceStack Release Notes
- Official ServiceStack website
- User group (Ask here if you need help!)
- Trello board (View current project status)
The wiki index is current under development, that's why not all tutorials exist.
- Services and request/response DTOs
- Clients
- Accessing REST services
- C# client
- JavaScript client
- Formats
- JSON/JSV and XML
- ServiceStack's new HTML5 Report Format
- ServiceStack's new CSV Format
- Exception handling
- Request and response filters
- Built-in caching options
- Validation (available in next release)
- Authentication and authorization (available in next release)
- Messaging and Redis
- 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