1

.NET で Web サービスを作成したい (クライアントは Android、iOS、Mac OS、Web サイトなど)。私の質問は、これを行うには WCF または ASP.NET を使用する必要があるということです。

4

2 に答える 2

3

I assume you mean ASP.net Web Apis when you mention ASP.net. There is also ASP.net soap services but those won't be ideal to work with on platforms such as android or iOS.

If you are unsure about what the different web services are, you will most likely want to use ASP.net Web APIs as these are easy to set up and offer multiple content types, XML, JSON, possibly more...

WCF is more built for web services however it has a steep learning curve, which is why I say if you're unsure about what you want, you most likely aren't making something which will require WCF.

For more information I suggest reading: http://idesign.net/articles/asp_net_web_api_vs_wcf.htm

于 2012-10-22T10:34:35.920 に答える
1

私はあなたが WCF または webservice を求めていると仮定しています。私はWCFがより良い選択肢だと思います。参考までに:

http://www.thedevheaven.com/2012/10/difference-between-wcf-and-web-service.html

于 2012-10-22T10:36:57.950 に答える