Software Engineering, Project Management, and Effectiveness
In my previous posts I showed layers and components, and layers and tiers. In this post, I'll show the services layer in a layered architecture.
Services LayerHere's a visual example of a services layer, where the application is exposing services:
Note that services don't need to be "web" services.
Key Services Layer ComponentsHere's the key components of a services layer:
Additional Resources
My Related Posts
As part of our patterns & practices App Arch Guide 2.0 Project , I'm scanning Microsoft for helpful
So my question, in this diagram are you trying to show that layering is done in a strict way with no communication with the business layer other than through the service layer and then application facade?
One of my colleagues on the patterns & practices team, David Hill , collected and distilled feedback
As part of our patterns & practices App Arch Guide 2.0 project , we've created a set of application
As part of our patterns & practices App Arch Guide 2.0 project , we've put together an arch frame. 
Application Architecture Guidance Communiqué: Issue 1 About the Application Architecture Guidance 2.0
We posted our patterns & practices Reference Application Architecture Cheat Sheet on CodePlex .