weixin_33744854 2018-06-26 06:01 采纳率: 0%
浏览 50

Web服务和Ajax Jquery

Was this good combination for web development in Asp.Net C#

Security? Performance?

if not could you please recommend something that is best to use

Thanks in advance.

  • 写回答

1条回答 默认 最新

  • weixin_33728708 2018-06-26 06:15
    关注

    I would suggest you to read the difference and decide by yourself

    Web Service:

    1) It is a SOAP based service and returns data as XML.

    2) It only supports the HTTP protocol.

    3) It can only be hosted on IIS.

    4) It is not open source, but can be used by any client that understands XML.

    5) It requires a SOAP protocol to receive and send data over the network, so it is not a light-weight architecture.

    Web API:

    1) A Web API is a HTTP based service and returns JSON or XML data by default.

    2) It supports the HTTP protocol.

    3) It can be hosted within an application or IIS.

    4) It is open source and it can be used by any client that understands JSON or XML.

    5) It is light-weight architectured and good for devices which have limited bandwidth, like mobile devices. enter image description here

    评论

报告相同问题?

悬赏问题

  • ¥15 一道python难题2
  • ¥15 一道python难题
  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
  • ¥15 教务系统账号被盗号如何追溯设备