Using Aspects
This chapter explains how to use aspects in your code. It assumes that you already have some aspect to use -- either you have built it yourself as described in Creating Aspects (good news: you don't need to know how to create aspects to be able to use them), or you are using an aspect library developed by a colleague, PostSharp Technologies, or a third party.
In this chapter
Article | Description |
---|---|
Applying Aspects to Code | This article describes how to add an aspect to code. |
Debugging Code With Aspects | This article describes how to debug code that has been transformed by an aspect. |