ServiceStack - Overview
This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.
Service Wizard of Telerik Data Access is capable of generating service layers, which utilize the ServiceStack framework. The idea behind ServiceStack is influenced by the DTO pattern and is aimed at creating message-based, batch-full, reusable, efficient, and easy-to-test web services.
Service Wizard generates ServiceStack services with the latest version of ServiceStack available.
The topics in this section show you:
- How to: Expose OpenAccessContext via ServiceStack
- Service Generation Outcome
- How to: Update the Generated Service
- How to: Extend A Service With A New Method
- How to: Expose Domain Methods
- How to: Retrieve Related Entities
- How to: Modify The Behaviour Of The Service Methods
- Handling Query Request Parameters