随笔分类 -  WCF

摘要:Ref: http://www.danrigsby.com/blog/index.php/2008/03/07/xmlserializer-vs-datacontractserializer-serialization-in-wcf/ The XmlSerializer has been in .Net since version 1.0 and has served us well for ev... 阅读全文
posted @ 2008-05-04 17:06 Vincent Yang 阅读(7344) 评论(0) 推荐(0)
摘要:Download sample This sample demonstrates how to create a service using Windows Communication Foundation (WCF) and then access the service from a non-WCF client, such as an ASMX client. Note: The setu... 阅读全文
posted @ 2008-05-04 16:58 Vincent Yang 阅读(558) 评论(0) 推荐(0)
摘要:Ref: http://nayyeri.net/blog/integrating-wcf-clients-with-asmx-services/ Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services. The other side of integrat... 阅读全文
posted @ 2008-05-04 15:40 Vincent Yang 阅读(643) 评论(0) 推荐(0)
摘要:Ref: http://keithelder.net/blog/archive/2008/01/17/Exposing-a-WCF-Service-With-Multiple-Bindings-and-Endpoints.aspx Windows Communication Foundation (henceforth abbreviated as WCF) supports multiple b... 阅读全文
posted @ 2008-04-24 05:47 Vincent Yang 阅读(1720) 评论(0) 推荐(0)
摘要:Ref: http://msdn2.microsoft.com/en-us/library/aa751795.aspx This topic describes the format of trace data, how to view it, and approaches that use the Service Trace Viewer to troubleshoot your applica... 阅读全文
posted @ 2008-04-24 05:23 Vincent Yang 阅读(1134) 评论(0) 推荐(0)
摘要:Plain text return for WCF.svc files from IIS or xxxx can not find svc extension Reason: Because svc does not register to IIS probably. Solutions: C:\>"%windir%\Microsoft.NET\Framework\v3.0\... 阅读全文
posted @ 2008-04-21 13:02 Vincent Yang 阅读(357) 评论(0) 推荐(0)
摘要:What is WCF? Writing the WCF Hello World App Writing your first WCF client 阅读全文
posted @ 2008-04-13 18:05 Vincent Yang 阅读(248) 评论(0) 推荐(0)
摘要:Ref:http://vincenthomedev.wordpress.com/2008/03/17/topxml-how-can-wcf-support-multiple-iis-binding-specified-per-site-in-wcf/ Solution in .Net Fx3.5: BaseAddressPrefixFilters 阅读全文
posted @ 2008-03-20 08:44 Vincent Yang 阅读(278) 评论(0) 推荐(0)
摘要:Supporting Multiple IIS Bindings Per Site Ref: http://blogs.msdn.com/rampo/archive/2007/06/15/supporting-multiple-iis-bindings-per-site.aspx If you see this error when you are hosting in IIS then m... 阅读全文
posted @ 2008-03-20 08:43 Vincent Yang 阅读(389) 评论(0) 推荐(0)
摘要:Interoperability between ASP.NET Web services and Windows Communication Foundation (WCF) Web services can be achieved by ensuring that services implemented using both technologies conform to the WS-I ... 阅读全文
posted @ 2008-01-09 11:19 Vincent Yang 阅读(239) 评论(0) 推荐(0)
摘要:To configure a Windows Communication Foundation (WCF) service endpoint to be interoperable with ASP.NET Web service clients, use the System.ServiceModel.BasicHttpBinding type as the binding type f... 阅读全文
posted @ 2008-01-09 11:17 Vincent Yang 阅读(485) 评论(0) 推荐(0)