Book Image

ServiceStack 4 Cookbook

Book Image

ServiceStack 4 Cookbook

Overview of this book

Table of Contents (18 chapters)
ServiceStack 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Configuration and Routing

In this chapter, we'll talk a bit about ServiceStack and we will present the following recipes:

  • Up and running with ServiceStack

  • Routing using data-transfer-object attributes

  • Isolating web service routes from a web application

  • Common ServiceStack plugins

  • Writing a Custom Audit plugin

  • Adding Routes via the API

  • Structuring your project to avoid dependency issues

  • Managing dependencies with Funq and Inversion of Control (IoC)

  • Sharing and accessing configurations and common functionalities using Funq IoC