|
|
published 2 years, 11 months ago, submitted by
RobChappel
2 years, 11 months ago
blogs.msdn.com — Aspect Oriented Programming or AOP is an interesting concept that can be applied to many of the programming problems we solve everyday.
Aspect# is AOP language which uses static compile time weaving. It uses its own proxy (and not CLR's proxy) called DynamicProxy. DynamicProxy is generated compile time and works differently while proxying interfaces (generates dynamic class and delegates method calls to the target of invocation) and proxying classes (generates stub class that inherits from the target).
|
|
tags:
AOP | tag it
Everyones tags: | Your tags: | |
|
|
|
Add a live kick counter to your blog >>
You can even customize the image by choosing your own colors, and then clicking
the button below to update the preview and the html code:
Simply copy and paste this HTML into your blog post.
Users who kicked this story:
No comments so far
|