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