Click here to Skip to main content
15,894,291 members
Articles / Programming Languages / C#

Add Aspects to Object Using Dynamic Decorator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
29 Sep 2010CPOL15 min read 54.7K   575   42  
Discuss how to add aspects to object at runtime and enhance them using Dynamic Decorator

Revisions


  

Compare Revision Minor Date Status Editor
4 - publicly available No 17-Nov-10 8:28 Available Deeksha Shenoy
3 No 29-Sep-10 18:23 Composing
2 No 29-Sep-10 18:14 Composing
1 No 29-Sep-10 18:09 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Object-oriented (OO) is about "classes" not "objects". But I truly believe that "objects" deserve more our attentions. If you agree, read more on... Dynamic Object Programming (DOP), Component-Based Object Extender (CBO Extender), AOP Container and Dynamic Decorator Pattern.

Mobile development is not just another type of front end. The real challenge is actually in the back end: How to present meaningful information in time to mobile users with exponentially increased data flooding around? Here is my first mobile solution: SmartBars - Barcode Reader, Price Comparison and Coupons.

Gary lives in southeast Michigan. My first programming language is FORTRAN. For the last a few years, I have primarily focused on .NET technologies with Mobile Development as my newest interest.

Comments and Discussions