List of Listings
Chapter 1. Introducing AOP
Listing 1.1. A simple program that calls service methods in sequence
Listing 1.2. Example of refactoring using DI instead of AOP
Listing 1.3. Use of the decorator pattern in pseudocode
Listing 1.4. Using AOP instead of DI for cross-cutting concerns
Listing 1.5. Pseudocode example of an extremely simple AddressBookService
Listing 1.6. Pseudocode example with argument checking split out using AOP
Chapter 2. Acme Car Rental
Listing 2.1. An implementation of the accrual service
Listing 2.2. A simple Console application to test the business logic
Listing 2.3. Accrue code, now with logging
Get AOP in .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.