Good/Simple webservice which can be consumed using asp.net
I was looking for Good/Simple webservice which can be consumed usi开发者_高级运维ng asp.net but I can't a find a free webservice that can be used with asp.net.
Yahoo has a pretty good bunch of (free) API's.
Not sure what you mean by "webservice that can be used with asp.net".
Most web services expose their API's via XML/JSON/RSS etc, which is platform independant.
The Music API is a pretty simple one, they expose REST web services (both JSON and XML).
You simply need to construct a HttpWebRequest to their API and parse the data.
精彩评论