forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
How to contribute
mythz edited this page Feb 10, 2012
·
5 revisions
There are many ways to say thanks to ServiceStack:
- Improve the documentation on the GitHub Wiki and in the code
- Bug reports (in the issue tracker / google groups)
- Help Get the word out! Blog about ServiceStack, how-tos, tutorials, recommendations, etc
- Tweet - Use the #ServiceStack hash tag
- Bug fixes
- Code refactors
- Feature requests
- Any sort of pull requests
- Sample applications
- Help other users on Google Groups and StackOverflow
- ...
- 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
- 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
- Plugins
- Tests
- Other Languages
- Use Cases
- Performance
- How To
- Future