Services on Demand
Journal
Article
Indicators
Cited by SciELO
Access statistics
Related links
Cited by Google
Similars in SciELO
Similars in Google
Share
Información tecnológica
On-line version ISSN 0718-0764
Abstract
PEREIRA-VASQUEZ, Cristian A; VIDAL-SILVA, Cristian L and MORRIS, Marco A. Comparing of the Use of Design Pattern Decorator and Aspect-Oriented Programming in .NET to Modularize Crosscutting Concerns. Inf. tecnol. [online]. 2017, vol.28, n.5, pp.37-44. ISSN 0718-0764. http://dx.doi.org/10.4067/S0718-07642017000500006.
Looking for modular .NET software solutions, this article describes and illustrates how to produce modular .NET solutions through the use of the object-oriented software design pattern Decorator and the aspect-oriented programming (AOP) tool PostSharp for the crosscutting concerns modularization of an application. The application is a base and traditional crosscutting concerns example (logging example). This article presents solutions of logging by the use of Decorator and PostSharp for the modularization of its crosscutting concerns. It also gives details of the advantages and disadvantages of both solutions. Furthermore, this article specifies AOP information that is part of PostSharp and proposes applying PostSharp and Decorator to achieve higher modularity level solutions.
Keywords : AOP; .NET; Decorator; PostSharp; aspects oriented programing.