How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?
问题 While building by DAL Repository, I stumbled upon a concept called Pipes and Filters. I read about it here, here and saw a screencast from here. I am still not sure how to go about implementing this pattern. Theoretically all sounds good , but how do we really implement this in an enterprise scenario? I will appreciate, if you have any resources,tips or examples ro explanation for this pattern in context to the data mappers/ORM mentioned in the question. Thanks in advance!! 回答1: Ultimately,