简体   繁体   中英

Application Services Vs WCF Services

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 ?

WCF is a generic technology for building remote services, while application services are concrete services provided by ASP.NET (for example, forms authentication). They are not mutually exclusive concepts and you can for example access application services via WCF. See here for more details: http://msdn.microsoft.com/en-us/library/t745kdsh.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM