
wcf restful
CF西西
热爱Html5,热爱NodeJS,热爱Silverlight,热爱WCF, 热爱Android,热爱.NET,热爱iOS,热爱C# ,热爱我自己。
展开
-
restful wcf 配置web.config要点
1.首先是验证,配置为form形式 2.然后是serviceModel,其中原创 2011-11-28 10:59:32 · 4113 阅读 · 3 评论 -
(转载)如何创建restful wcf
原文:http://www.cnblogs.com/wuhong/archive/2011/01/13/1934492.htmlREST 表述性状态转移(Representational State Transfer,REST),不是一种标准,而是一种软件架构风格。 基于REST的服务与基于SOAP的服务相比,性能、效率和易用性上都更高,而SOAP协议非常的转载 2011-12-02 10:12:00 · 1331 阅读 · 0 评论 -
如何创建restful wcf项目
1.首先新建一个wcf的project选择新建wcf项目。2.在IService接口中定义并配置方法 [ServiceContract] public interface IDataService { [OperationContract] [WebGet(UriTemplate = "Metrics?page={page}原创 2011-12-02 11:05:24 · 820 阅读 · 0 评论 -
解决WCF URL(过长)最大长度问题
原文:http://www.cnblogs.com/henryhappier/archive/2010/10/09/1846554.html另外两个方案参考:1.http://topic.youkuaiyun.com/u/20110424/16/b85d600d-220b-4981-af22-cfef683553ba.html2.http://social.msdn.microsoft转载 2012-08-06 19:08:52 · 2372 阅读 · 0 评论 -
Windows Communication Foundation and RESTful Web Services Primer(教你制作rest wcf)
转自:http://www.codeproject.com/Articles/55397/Windows-Communication-Foundation-and-RESTful-Web-SIntroduction to WCF 3.5 and RESTYou want to know more about WCF or RESTful services with WCF,转载 2013-04-07 15:29:56 · 2037 阅读 · 0 评论