摘要: Welcome back! In Part 1 of this tale, we'd successfully configured a WCF client and an IIS-hosted service to communicate via MSMQ on the same machine. But we're only half done. As you may recall, our ... 阅读全文
posted @ 2008-09-28 16:58 Be Myself 阅读(491) 评论(0) 推荐(0) 编辑
摘要: A few weeks ago I posted an article describing how my current team built a publish/subscribe message bus using WCF and MSMQ. At that time we had only deployed the application in a single-server test e... 阅读全文
posted @ 2008-09-28 16:57 Be Myself 阅读(773) 评论(0) 推荐(0) 编辑
摘要: In recent years there has been a lot of talk about event-driven architecture as a technique to build more scalable and maintainable systems. I've found this to be a very interesting pattern that makes... 阅读全文
posted @ 2008-09-28 16:56 Be Myself 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: usingSystem;usingSystem.Data;usingEBiz.Security.API;usingSystem.IO;usingSystem.Reflection;usingSystem.Text;usingSystem.Text.RegularExpressions;usingSystem.Xml;usingSystem.Xml.Serialization;usingSystem... 阅读全文
posted @ 2008-09-09 17:10 Be Myself 阅读(461) 评论(0) 推荐(0) 编辑
摘要: (一)public class A { public virtual string Fun() { return "A"; } } public class B : A { public override string Fun() { return "B"; } } public class C : B { public new string Fun() { return "C"; } }prot... 阅读全文
posted @ 2008-09-09 16:35 Be Myself 阅读(490) 评论(0) 推荐(0) 编辑
摘要: wcf服务代理层可以通过basichttpbanding,wshttpbanding等绑定, 也可以通过引用wcf服务,生成异步代理 1, 2, 点击高级 阅读全文
posted @ 2008-09-05 15:06 Be Myself 阅读(274) 评论(0) 推荐(0) 编辑
摘要: wcf服务代理层可以通过basichttpbanding,wshttpbanding等绑定, 也可以通过引用wcf服务,生成异步代理 1, 2, 点击高级 阅读全文
posted @ 2008-09-05 14:47 Be Myself 阅读(297) 评论(0) 推荐(0) 编辑
摘要: windows server 2008 下IIS管理器中托管管道模式默认会是 集成 模式,这样应用程序会导致url错误,改为 经典模式就好了 阅读全文
posted @ 2008-09-03 16:28 Be Myself 阅读(424) 评论(0) 推荐(0) 编辑
摘要: HttpModule教程 在asp.net上下载的communityStarterKit,研究了很长时间都不知道它的页面是如何实现跳转的,而且它的超链接我根本找不到。最后进行断点跟踪,终于找到CommunitiesModule类,发现了其继承自IHttpModule,接着在项目中搜索CommunitiesModule,终于发现了webconfig.xml中有这么一段 ... 阅读全文
posted @ 2008-06-24 17:22 Be Myself 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 在这个越来越以技术为中心的世界里,职位的进阶需要什么?带着这个问题,我们采访了一些CEO、CIO、老板和猎头。以下就是特别为您总结的10条创造和利用职业机会的规则。 保险集团Chubb公司的CIO June Drewry说:“企业中没有‘IT项目’,只有具有IT组成部分的业务项目。”IT员工中介公司Sapphire Technologies应用开发高级经理Ray Howell说,取得职业成功... 阅读全文
posted @ 2008-05-23 14:04 Be Myself 阅读(375) 评论(0) 推荐(0) 编辑