Restful 用于在 C# 中搜索的 Web 服务

Restful web service for searching in c#

我想在 c# 中创建一个 Restful 网络服务,它从 [=18= 获取 搜索关键字 ] 应用程序并搜索数据库,然后 return 结果进入 json format.so 你能给我一些对我有帮助的链接吗?

在 C# 中使用 WCF 构建 Web 服务,并使用 HttpGet 将它们作为 json 使用。 WCF 为基于 rest 的 Web 服务提供了很好的选择。

此处 link 用于 wcf 教程。

http://www.tutorialspoint.com/wcf/