2008年3月31日

Event Mechanism in C#

摘要: 1.what is Event in C# simplely speaking,Event in C# is that as one instance does one behaviour, it will receive the message and then react with the message. 2.Event Happening&Re-acting Mechan... 阅读全文

posted @ 2008-03-31 16:02 飞天舞者 阅读(264) 评论(0) 推荐(0) 编辑

WCF Basics

摘要: 1.How to install WCF you can locate o website: http://blogs.msdn.com/madhuponduru/archive/2006/02/22/537622.aspx (it 's supported only by windowsxp,2000,server2003,vista) 2 What is WCF(Windo... 阅读全文

posted @ 2008-03-31 11:32 飞天舞者 阅读(337) 评论(0) 推荐(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 飞天舞者 阅读(1197) 评论(0) 推荐(0) 编辑

basic concepts about MSMQ

摘要: MSMQ is a technichque through which the processes or computers in distributed systems communicate and exchange data asychrounsely and stablely. 2 the type of MSMQ: 1.Private MQ this kind of MSMQ can... 阅读全文

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

导航

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