上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 401 下一页
摘要: 1.第一种情况 百度上找到了这篇文章 http://blog.sina.com.cn/s/blog_6b44b2ba01016j0z.html 讲的是使用了using用完之后就释放了,得到启发,仔细检查了Host的代码 对比了Learning WCF第一章中的示例代码,发现用try finally来 阅读全文
posted @ 2015-07-17 10:43 ChuckLu 阅读(1938) 评论(0) 推荐(0)
摘要: Exception Handling Statements (C# Reference) C# provides built-in support for handling anomalous situations, known as exceptions, which may occur duri 阅读全文
posted @ 2015-07-17 10:37 ChuckLu 阅读(392) 评论(0) 推荐(0)
摘要: 主体代码如下 IServiceA proxyA; ChannelFactory factoryA = new ChannelFactory(); proxyA = factoryA.CreateChannel();仔细检查后发现上面的ChannelFactory的构造函数,忘记传递参数了IServ... 阅读全文
posted @ 2015-07-17 10:05 ChuckLu 阅读(1729) 评论(0) 推荐(0)
摘要: Six important .NET concepts: Stack, heap, value types, reference types, boxing, and unboxing 阅读全文
posted @ 2015-07-17 00:38 ChuckLu 阅读(205) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/18720810/wcf-service-base-address-vs-endpoint-addressbaseAddress is just that, the base address for your endpoints ... 阅读全文
posted @ 2015-07-16 19:19 ChuckLu 阅读(1750) 评论(0) 推荐(0)
摘要: 服务和行为是并列的对应到配置文件中 wcf的配置在system.serviceModel中可以有多个服务一个服务会有一个主机以及多个终结点主机包含多个基址 baseAddress终结点,由三部分组成 地址,绑定,契约 Address,Binding,Contract行为可以包含多种,目前只用服务行... 阅读全文
posted @ 2015-07-16 17:13 ChuckLu 阅读(414) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/hk90416s(v=vs.110).aspx VS中自带的只能提示,一个类继承自某一个接口。 由VS为类生成接口所要求的方法 using System; using System.Collections.Generi 阅读全文
posted @ 2015-07-16 14:51 ChuckLu 阅读(360) 评论(0) 推荐(0)
摘要: So far in this chapter,I have shown you different ways to create services,how to expose a service endpoint and metadata exchange endpoint,how to gener 阅读全文
posted @ 2015-07-16 14:02 ChuckLu 阅读(693) 评论(0) 推荐(0)
摘要: 解决方案,把新建的网站的app.config修改下配置把false改为true之后再启动客户端的话,会提示这个Security Warning: Attaching to a process owned by an untrusted user can be dangerous. If the fo... 阅读全文
posted @ 2015-07-16 10:42 ChuckLu 阅读(1211) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/aa347733.aspx The ServiceModel Metadata Utility tool is used to generate service model code from metadata doc 阅读全文
posted @ 2015-07-16 09:31 ChuckLu 阅读(593) 评论(0) 推荐(0)
上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 401 下一页