Resource Page DescriptionA small sample on building a Pipelines and Filters system on top of LINQ to SQL. A Fluent API is thrown into the mix to make it easier to work with too.
This idea for this stems from a
challenge issued by Ayende from his blog. The task is to build a command-line interface for retrieving a list (the first 10) of products from some data-storage mechnsim (up to the implementer) and potentially filter the list using any number of restrictions imposed in any order by passing in parameters to the application.