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 4. Object Relational Mapping (OrmLite)

In this chapter, we will cover the following topics:

  • Modeling your database with types and attributes

  • Using and accessing OrmLite

  • Using OrmLite filters to create audit functionality

  • CRUD and other common operations

  • Utilizing stored procedures using OrmLite

  • Mapping custom queries using POCOs

  • Starting with an existing database with the OrmLite and T4 templates

  • Working with Entity Framework and ServiceStack