Architecture Guidance for designing Workflow Foundation with WCF
- by Matrix
We are planning to use WF 3.5 with WCF 3.5 and Entity Framework 1.0 for the upcoming major project. I'm looking for guidance on the architecture side.
This new application will be based on typical 3-tier architecture as depicted below:
Presentation Tier: ASP.NET Web Forms 3.5
Business Tier: WF 3.5 + BLL's that expose the business logic through…