forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arxisos edited this page Jan 11, 2012
·
186 revisions
- 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!
- 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)
The wiki index is currently under development, that's why not all tutorials exist.
Before you start reading, you should know the basics about HTTP (HTTP methods/verbs, status codes etc) and REST/SOAP.
- Why should I use ServiceStack?
- Basics
- Clients
- Formats
- Exception handling
- Configuration options
- Logging
- Serialization/deserialization
- Request/response filters
- Filter attributes (new!)
- Built-in caching options
- Validation (new!)
- Sessions
- Authentication/authorization (new!)
- Built-in profiling
- Messaging and Redis
- HowTo write unit/integration tests
- 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
- 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