Hi,
What's the difference between Application Services and WCF Services ?
In a distributed environment :
Presentation => WCF => Application Logic => DataStore
Should i consider Application Logic "Services" as also WCF Services, or may i create seperate WCF services that exposes some Application Logic "Services" to client with DTO <=> Entites transformation logic ?