I have looked for a good example of a Builder pattern (in C#), but cannot find one either because I don\'t understand the Builder pattern o
I've never thought about it this way, but LINQ (the pattern, not the syntax) is actually a builder, right?
It's a fluent interface that builds a query and can create queries in different representations (SQL, in-memory object queries, webservice queries, Bart de Smet even wrote an implementation of Linq-to-Excel).