Aspect-Oriented Programming vs Dependency Injection(www.sharpcrafters.com)
submitted by
gfraiteur(988) 1 year, 5 months ago
Aspect-Oriented Programming and Dependency Injection are very different concepts, but there are limited cases where they fit well together. In these situations, using the AOP facility of a DI framework makes perfect sense. For other cases you have two options: abuse from dynamic proxies (a non-solution), or use of a dedicated AOP framework.
|category: C#
|Views: 108
tags:
C# another
Everyones tags:
Your Tags: