ServiceStack 4 Cookbook
上QQ阅读APP看书,第一时间看更新

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