A fluent interface is a way of building an API so that its use has the feel of an internal domain-specific language.| martinfowler.com
CQRS (Command Query Responsibility Segregation) is the notion that you can use a different model to update information than the model you use to read information| martinfowler.com