Aspect Oriented Programming in .NET
This course uses frameworks like Castle Windsor and PostSharp to implement Aspect Oriented Programming in .NET projects
You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Introduction to AOP |
|
00:08:44 | |
|
Introduction
|
|
01:02 | |
|
AOP Definition
|
|
02:09 | |
|
Aspect Hook Locations
|
|
02:04 | |
|
Attaching Aspects
|
|
02:28 | |
|
Summary
|
|
01:01 | |
AOP using Interceptors |
|
00:16:34 | |
|
Introduction
|
|
00:09 | |
|
Introduction to Interception
|
|
01:15 | |
|
Interception Process
|
|
02:13 | |
|
Creating Interceptors
|
|
00:42 | |
|
Demo: Creating Interceptors
|
|
04:43 | |
|
Demo: Attaching Interceptors
|
|
06:13 | |
|
Summary
|
|
01:19 | |
AOP using IL Code Weaving |
|
00:11:47 | |
|
Introduction
|
|
00:09 | |
|
Introduction to IL Weaving
|
|
00:33 | |
|
IL Weaving Process
|
|
00:55 | |
|
Creating Aspects
|
|
00:32 | |
|
Demo: Creating Aspects
|
|
02:57 | |
|
Demo: Attaching Aspects
|
|
05:54 | |
|
Summary
|
|
00:47 | |
AOP beyond decorators |
|
00:25:26 | |
|
Introduction
|
|
00:09 | |
|
Moving Past Decorators
|
|
03:44 | |
|
Demo: WCF Attributes
|
|
07:21 | |
|
Demo: Validating Aspect
|
|
05:29 | |
|
Demo: Code Generating Aspect
|
|
06:24 | |
|
Non-AOP Frameworks
|
|
01:26 | |
|
Summary
|
|
00:53 |
Introduction to AOP