What is the Composition Model? Isn’t it just logic behind the scenes that are transparent to the user?
The composition model is a .NET based application model that defines the application, its components, and relationships among the components, in order to enable writing highly scalable and available composite applications. It enables developers to write both stateless and stateful components and takes care of enabling scale-out for these components.