0
kicks
Using Extension Methods for Fluent Interfaces
Fluent interfaces provide a compelling concept that has been used in isolated spots. With LINQ it is also backed up with functional programming concepts and in turn becomes a more broadly usable concept. Extension methods can be used to implement fluent interfaces in more general cases.