What to choose? ASMX web service or WCF in .net 3.5?

前端 未结 6 1200
情深已故
情深已故 2021-02-13 23:49

The current project i am working on is extensively using web services and is made in .net 3.5. Now as we are going for implementation of second phase we are confused if we shoul

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-14 00:23

    Two further aspects:

    1. No matter how you decide this for the server-side, you can easily consume Webservices and WCF Services using only WCF on the client-side. This is of value, if you consume multiple services with a single client.

    2. You asked for upcoming themes. If you consider Cloud Computing: It is possible to host WCF Services on Windows Azure.

提交回复
热议问题