WCF service Programming&MSMQ

WCF is one of major technology for MS SOA (service-oriented Architecture) inplematation
利用定制行为扩展WCF之-利用MessageInsepctor behaviourExtension扩展WCF行为(自定义消息头)
摘要: 利用定制行为扩展WCF之-利用MessageInsepctor behaviourExtension扩展WCF行为(自定义消息头)阅读全文

posted @ 2009-09-27 11:58 飞天舞者 阅读(123) | 评论 (0) 编辑

(转载)如何在WCF实现impersonnate客户端的功能
摘要: (转载)如何在WCF实现impersonnate客户端的功能阅读全文

posted @ 2009-06-18 20:11 飞天舞者 阅读(191) | 评论 (0) 编辑

如何通过扩展WCF来定制和扩展WCF行为
摘要: 如何通过扩展WCF来定制和扩展WCF行为阅读全文

posted @ 2009-02-10 11:10 飞天舞者 阅读(413) | 评论 (0) 编辑

在开测试环境下,如何利用makecert.exe命令创建各种certificate
摘要: 如何利用makecert.exe创建certificate阅读全文

posted @ 2009-02-04 11:10 飞天舞者 阅读(223) | 评论 (0) 编辑

A Performance Comparison of Windows Communication Foundation (WCF) with Existing Distributed Communication Technologies
摘要: http://msdn.microsoft.com/en-us/library/bb310550.aspx阅读全文

posted @ 2008-12-18 16:44 飞天舞者 阅读(42) | 评论 (0) 编辑

如何将WCF service承载在IIS6/7 及有关security,authentication所要注意的问题
摘要: 如何将WCF service承载在IIS6/7 及有关security,authentication所要注意的问题阅读全文

posted @ 2008-12-11 17:25 飞天舞者 阅读(342) | 评论 (0) 编辑

如何利用azMan (Authorization Manager) 实现 role-based的安全验证机制
摘要: 如何利用azMan (Authorization Manager) 实现 role-based的安全验证机制阅读全文

posted @ 2008-12-10 17:16 飞天舞者 阅读(232) | 评论 (0) 编辑

UI thread client callback和UI thread WCF Service一起工作时死锁的形成原因及解决方法
摘要: UI thread client callback和UI thread WCF Service一起工作时死锁的形成原因及解决方法阅读全文

posted @ 2008-12-03 17:18 飞天舞者 阅读(167) | 评论 (0) 编辑

WCF中各种Transaction的分类及其相关参数的设置
摘要: 本文介绍了WCF中各种Transaction的分类及其相关参数的设置阅读全文

posted @ 2008-12-03 10:46 飞天舞者 阅读(64) | 评论 (0) 编辑

应用SynchronizationContext来实现对thread-safe UI的同步访问的2种不同Programming Model
摘要: 一个简单的应用SynchronizationContext来实现对thread-safe UI的同步访问示例阅读全文

posted @ 2008-12-02 15:33 飞天舞者 阅读(174) | 评论 (0) 编辑

WCF callback机制的应用:实时投票模型
摘要: WCF callback机制的应用:实时投票模型阅读全文

posted @ 2008-12-02 12:07 飞天舞者 阅读(216) | 评论 (0) 编辑

WCF常见预绑定协议中各种安全模式(Message Security|Transport Security)所支持的客户端凭证验证类型汇总
摘要: WCF常见预绑定协议中各种安全模式(Message Security|Transport Security)所支持的客户端凭证验证类型汇总阅读全文

posted @ 2008-11-11 15:58 飞天舞者 阅读(410) | 评论 (0) 编辑

如何调用基于Basic authentication/Digest authentication/windows authencation验证模式并且需提供客户端certificate的web service?
摘要: 如何调用基于Basic authentication/Digest authentication/windows authencation验证模式并且需提供客户端certificate的web service?阅读全文

posted @ 2008-11-11 09:53 飞天舞者 阅读(264) | 评论 (0) 编辑

利用WCF的callback机制开发一个简单的多人游戏模型
摘要: 一个简单利用WCF callback开发的多人游戏模型阅读全文

posted @ 2008-11-02 18:11 飞天舞者 阅读(364) | 评论 (2) 编辑

如何利用callback机制开发基于WCF的事件发布/订阅系统
摘要: 本文介绍了如何利用callback机制实现事件发布/订阅阅读全文

posted @ 2008-10-31 17:14 飞天舞者 阅读(760) | 评论 (2) 编辑

如何实现基于消息/传输安全验证机制下的windows身份验证过程、无任何验证
摘要: 如何实现基于消息/传输安全验证机制下的windows身份验证过程,不进行任何身份验证过程(none)阅读全文

posted @ 2008-10-30 14:07 飞天舞者 阅读(81) | 评论 (0) 编辑

如何实现基于消息安全验证机制下的username身份验证过程
摘要: 如何实现基于消息安全验证机制下的username身份验证过程阅读全文

posted @ 2008-10-30 11:16 飞天舞者 阅读(340) | 评论 (0) 编辑

如何使用svconfigeditor.exe编辑WCF Service配置文件--配置Diagnostics进行WCF Service的log和Trace(三)
摘要: 如何使用svconfigeditor.exe编辑WCF Service配置文件--配置Diagnostics进行WCF Service的Debug和Trance(三)阅读全文

posted @ 2008-10-29 18:42 飞天舞者 阅读(146) | 评论 (0) 编辑

如何使用svconfigeditor.exe编辑WCF Service配置文件--配置ServiceBehavior(二)
摘要: 如何使用svconfigeditor.exe编辑WCF Service配置文件--配置ServiceBehavior阅读全文

posted @ 2008-10-29 12:07 飞天舞者 阅读(318) | 评论 (0) 编辑

如何使用svconfigeditor.exe编辑WCF Service配置文件-配置一个基本的Endpoint(一)
摘要: 如何使用svconfigeditor.exe编辑WCF Service配置文件阅读全文

posted @ 2008-10-29 10:15 飞天舞者 阅读(243) | 评论 (0) 编辑

如何利用Certificate来进行安全的WCF service编程
摘要: 本文介绍了如何配置WCF 服务段和客户端的Certificates进行认证的过程阅读全文

posted @ 2008-10-28 18:02 飞天舞者 阅读(484) | 评论 (0) 编辑

.net c# 序列化和反序列
摘要: .net c# 序列化和反序列阅读全文

posted @ 2008-08-10 12:04 飞天舞者 阅读(129) | 评论 (0) 编辑

Send MSMQ Messages Securely Across the Internet with HTTP and SOAP
摘要: send/receive MSMQ through Internet阅读全文

posted @ 2008-07-28 10:32 飞天舞者 阅读(366) | 评论 (0) 编辑

Data Contract of WCFWCF之数据协议

posted @ 2008-04-22 11:01 飞天舞者 阅读(138) | 评论 (1) 编辑

How to get MetaData on client side in WCF?如何在客户端获取WCF service的元数据

posted @ 2008-04-18 10:15 飞天舞者 阅读(108) | 评论 (0) 编辑

Operation Overloading in WCF

posted @ 2008-04-17 16:52 飞天舞者 阅读(46) | 评论 (0) 编辑

Endpoint

posted @ 2008-04-17 10:07 飞天舞者 阅读(30) | 评论 (0) 编辑

Endpoint-Contracts

posted @ 2008-04-16 11:27 飞天舞者 阅读(59) | 评论 (0) 编辑

Endpoint--Binding

posted @ 2008-04-16 10:57 飞天舞者 阅读(99) | 评论 (0) 编辑

Endpoint--Address

posted @ 2008-04-16 09:57 飞天舞者 阅读(118) | 评论 (0) 编辑

MSMQ&Com+ Service: How to create an Com+ Service in .NetFramework

posted @ 2008-04-09 17:10 飞天舞者 阅读(49) | 评论 (0) 编辑

MSMQ Basics- Transactional Messages Processing

posted @ 2008-04-09 16:06 飞天舞者 阅读(39) | 评论 (0) 编辑

WCF Basics

posted @ 2008-03-31 11:32 飞天舞者 阅读(107) | 评论 (0) 编辑

如何给MSMQ发送Message (local computer | remote computer)
摘要: MSMQ可以使得在不同计算机的application之间异步或者同步通讯,而且MSMQ不要求message的发送或者接收端的网络状态,即可以是offline的状态,也可以是online,而MSMQ service会自动检测消息接受或者目标端的状态。MSMQ可以发送各种各样的消息,简单到普通文本,再到transactional message,或者是大型对象的message均可。本文介绍了几种不同类型的消息发送和接收。阅读全文

posted @ 2008-03-31 09:31 飞天舞者 阅读(331) | 评论 (0) 编辑

basic concepts about MSMQ

posted @ 2008-03-31 09:29 飞天舞者 阅读(32) | 评论 (0) 编辑

导航

<2012年2月>
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910

公告

昵称:飞天舞者
园龄:4年1个月
粉丝:2
关注:0

搜索

 
 

常用链接

我的标签

随笔分类

随笔档案

相册

积分与排名

  • 积分 - 49362
  • 排名 - 2147

最新评论

阅读排行榜

评论排行榜

推荐排行榜

For more information about me, feel free email to me winston.he@hotmail.com