Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / C#

Search Keywords - Relationship between Pipes-and-Filters and Decorator design patterns

Rate me:
Please Sign up or sign in to vote.
4.90/5 (21 votes)
20 Feb 2006CPOL12 min read 65.6K   699   65  
An article on the implementation of both Pipes-and-Filters architectural design pattern and Decorator pattern.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="MyPatternsImpl">
</Property><Property Name="Solution File" Value="D:\Documents and Settings\Administrator\Desktop\Design Patterns\MyPatternsImpl\MyPatternsImpl.sln">
</Property><Property Name="Date" Value="Saturday, February 11, 2006">
</Property><Property Name="Time" Value="18:30 PM">
</Property></Properties><Event ErrorLevel="0" Project="MyPatternsImpl" Source="MyPatternsImpl.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="MyPatternsImpl" Source="MyPatternsImpl.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="MyPatternsImpl.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="MyPatternsImpl.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="MyPatternsImpl" Source="MyPatternsImpl.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Architect
Pakistan Pakistan
Basharat Hussain currently works as Solution Architect for the company TEO (http://www.teo-intl.com) in Islamabad, Pakistan.

Blog: My Blog Link

Comments and Discussions