- Course
Aspect Oriented Programming in .NET
This course uses frameworks like Castle Windsor and PostSharp to implement Aspect Oriented Programming in .NET projects
- Course
Aspect Oriented Programming in .NET
This course uses frameworks like Castle Windsor and PostSharp to implement Aspect Oriented Programming in .NET projects
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
In this course, we will walk through the concepts involved with Aspect-Oriented Programming (AOP) in a .NET environment. AOP is a programming paradigm that enables increased modularity by allowing the separation of cross-cutting concerns through interceptors and code weaving. A typical example is logging - AOP makes it easy to cleanly inject logging behavior into classes without modifying method bodies. This course uses frameworks like Castle Windsor and PostSharp to implement AOP in .NET projects.