2015年10月2日
摘要: WCF如何使用X509证书如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange -pe (服务端证书) makecert.exe -sr LocalMachine -ss My -a ... 阅读全文
posted @ 2015-10-02 10:44 武胜-阿伟 阅读(657) 评论(0) 推荐(0) 编辑
摘要: Service Discovery in WCF 4.0 – Part 2 In the previous post I discussed about the basic usage of WCF Discovery in 4.0. I implemented a managed ... 阅读全文
posted @ 2015-10-02 10:24 武胜-阿伟 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Service Discovery in WCF 4.0 – Part 1 When designing a service oriented architecture (SOA) system, there will be a lot of services with many s... 阅读全文
posted @ 2015-10-02 10:22 武胜-阿伟 阅读(352) 评论(0) 推荐(0) 编辑
摘要: Download source - 93.5 KBIntroductionThough performance blocking and sluggishness are the tailbacks for any application, we can easily overcome these ... 阅读全文
posted @ 2015-10-02 09:55 武胜-阿伟 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 直接这样写var task1 = Task.Factory.StartNew(() => DoSomeWork(message1, message2));如果是winform,你在另外一个线程不能直接访问窗体控件,可以用private void button1_Click(object sender... 阅读全文
posted @ 2015-10-02 09:54 武胜-阿伟 阅读(356) 评论(0) 推荐(0) 编辑
摘要: Download source - 45.3 KBIntroductionHello everyone! This is my first blog on WCF and I hope that you like it.Today, I will talk about how to implemen... 阅读全文
posted @ 2015-10-02 09:52 武胜-阿伟 阅读(352) 评论(0) 推荐(0) 编辑