随笔 - 176, 文章 - 1, 评论 - 32, 引用 - 5
我的随笔
共4页: 1
2
3
4
下一页
Windows的SEH机理简要介绍
飞天舞者 2010-03-16 21:53 阅读:214 评论:0
如何调试由于heap corruption导致的程序崩溃的简单示例
飞天舞者 2009-12-16 17:31 阅读:329 评论:0
利用定制行为扩展WCF之-利用MessageInsepctor behaviourExtension扩展WCF行为(自定义消息头)
飞天舞者 2009-09-27 11:58 阅读:123 评论:0
(转载)如何在WCF实现impersonnate客户端的功能
飞天舞者 2009-06-18 20:11 阅读:191 评论:0
关于COM的Reg-Free(免注册)技术简介及实例讲解。
飞天舞者 2009-06-07 22:12 阅读:393 评论:0
COM中的error handling机制及示例(ISupportEfforInfo,ICreateErrorInfo,IErrorInfo)
飞天舞者 2009-06-06 16:11 阅读:106 评论:0
如何实现DCOM或者COM+的远程调用
飞天舞者 2009-06-04 18:03 阅读:719 评论:0
转载推荐:COM中不同字符类型相互转换,例如char*, BSTR, CString等等
飞天舞者 2009-05-10 09:44 阅读:53 评论:0
一种强行指定dll assembly读取其相应*.dll.config配置文件的方法(又名:如何创建.net 的DCOM)
飞天舞者 2009-04-24 16:49 阅读:1266 评论:0
[软件调试学习笔记]防止栈缓冲区溢出的基于Cookie的安全检查机制
飞天舞者 2009-04-19 19:18 阅读:653 评论:0
[软件调试学习笔记]WinDbg演示IA-32 CPU下的Windows 分页机制下的地址转换过程
飞天舞者 2009-04-12 18:02 阅读:555 评论:0
COM基础之COM在注册表中的相关键值及其意义
飞天舞者 2009-04-12 12:07 阅读:403 评论:2
Debug入门之旅-StackoverFlow exception的调试
飞天舞者 2009-02-23 10:13 阅读:196 评论:0
如何通过扩展WCF来定制和扩展WCF行为
飞天舞者 2009-02-10 11:10 阅读:413 评论:0
在开测试环境下,如何利用makecert.exe命令创建各种certificate
飞天舞者 2009-02-04 11:10 阅读:222 评论:0
IIS7入门之旅:(3)CGI application和FastCGI application的区别
飞天舞者 2009-01-09 10:50 阅读:539 评论:0
IIS7入门之旅:(2)如何实现和加载自定义的Basic Authentication模块
飞天舞者 2009-01-08 17:00 阅读:945 评论:0
IIS中常见的几种验证模式如Anonymous,Bisic,Digest,Windows Authentication验证过程剖析
飞天舞者 2009-01-08 16:06 阅读:759 评论:4
IIS7入门之旅:(1)appcmd命令的使用
飞天舞者 2009-01-06 15:43 阅读:443 评论:0
如何在IIS中捕获指定的Exception
飞天舞者 2009-01-04 14:34 阅读:122 评论:0
推荐:CLR 完全介绍-一篇讲解CLR内存回收机制以及常见的调试技巧的文章
飞天舞者 2008-12-26 14:35 阅读:75 评论:0
托管代码调试入门之旅(一)
飞天舞者 2008-12-22 15:48 阅读:235 评论:1
A Performance Comparison of Windows Communication Foundation (WCF) with Existing Distributed Communication Technologies
飞天舞者 2008-12-18 16:44 阅读:42 评论:0
unabel to generate a temporay class(result=1).error CS2001:Sourfe file 'C:\Windows\TEMP\z2fxm7h3.0.cs' could not be found错误解决方法
飞天舞者 2008-12-18 14:48 阅读:141 评论:0
如何在 IIS 6.0 上配置托管的 Web 应用程序时使用 SPN(包括Network service ,domain acount, NLB, host header等各种情况)
飞天舞者 2008-12-16 18:27 阅读:56 评论:0
如何将WCF service承载在IIS6/7 及有关security,authentication所要注意的问题
飞天舞者 2008-12-11 17:25 阅读:342 评论:0
如何利用azMan (Authorization Manager) 实现 role-based的安全验证机制
飞天舞者 2008-12-10 17:16 阅读:232 评论:0
UI thread client callback和UI thread WCF Service一起工作时死锁的形成原因及解决方法
飞天舞者 2008-12-03 17:18 阅读:167 评论:0
WCF中各种Transaction的分类及其相关参数的设置
飞天舞者 2008-12-03 10:46 阅读:64 评论:0
应用SynchronizationContext来实现对thread-safe UI的同步访问的2种不同Programming Model
飞天舞者 2008-12-02 15:33 阅读:174 评论:0
WCF callback机制的应用:实时投票模型
飞天舞者 2008-12-02 12:07 阅读:216 评论:0
如何自定义Attribute class并将其应用到相应的class
飞天舞者 2008-12-01 13:32 阅读:102 评论:0
利用windbg调试class type,value type以及MethodTable等强化C#的基本概念
飞天舞者 2008-11-25 16:33 阅读:207 评论:0
如何处理源dump文件的mscordacwks.dll文件与调试机上的版本不一致问题而无法使用extension cmd的问题
飞天舞者 2008-11-21 10:20 阅读:592 评论:2
如何debug出unmanaged程序中的deadlock?
飞天舞者 2008-11-18 15:24 阅读:598 评论:0
释放指向stack上的空间会产生什么样的后果?
飞天舞者 2008-11-14 15:57 阅读:66 评论:0
windbg入门之旅:(2)一个简单的integer divide-by-zero exception分析案例
飞天舞者 2008-11-13 17:38 阅读:1043 评论:2
windbg入门之旅:(1)常见的windbg命令
飞天舞者 2008-11-13 15:33 阅读:1319 评论:0
WCF常见预绑定协议中各种安全模式(Message Security|Transport Security)所支持的客户端凭证验证类型汇总
飞天舞者 2008-11-11 15:58 阅读:409 评论:0
如何调用基于Basic authentication/Digest authentication/windows authencation验证模式并且需提供客户端certificate的web service?
飞天舞者 2008-11-11 09:53 阅读:263 评论:0
利用WCF的callback机制开发一个简单的多人游戏模型
飞天舞者 2008-11-02 18:11 阅读:363 评论:2
如何利用callback机制开发基于WCF的事件发布/订阅系统
飞天舞者 2008-10-31 17:14 阅读:760 评论:2
如何定义一个提供异步方法的类
飞天舞者 2008-10-30 17:23 阅读:76 评论:0
如何实现基于消息/传输安全验证机制下的windows身份验证过程、无任何验证
飞天舞者 2008-10-30 14:07 阅读:81 评论:0
如何实现基于消息安全验证机制下的username身份验证过程
飞天舞者 2008-10-30 11:16 阅读:339 评论:0
如何使用svconfigeditor.exe编辑WCF Service配置文件--配置Diagnostics进行WCF Service的log和Trace(三)
飞天舞者 2008-10-29 18:42 阅读:146 评论:0
如何使用svconfigeditor.exe编辑WCF Service配置文件--配置ServiceBehavior(二)
飞天舞者 2008-10-29 12:07 阅读:318 评论:0
如何使用svconfigeditor.exe编辑WCF Service配置文件-配置一个基本的Endpoint(一)
飞天舞者 2008-10-29 10:15 阅读:242 评论:0
如何利用Certificate来进行安全的WCF service编程
飞天舞者 2008-10-28 18:02 阅读:484 评论:0
A typical Event definition using Microsoft's recommended design pattern.
飞天舞者 2008-10-17 15:48 阅读:90 评论:0
共4页: 1
2
3
4
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
公告
昵称:
飞天舞者
园龄:
4年1个月
粉丝:
2
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
design pattern
(4)
WCF
(2)
.net
(1)
Pattern design
(1)
.Net data type
(1)
Deployment
(1)
StrongName
(1)
Strong Name
(1)
debug
(1)
windbg
(1)
更多
随笔分类
AJAX & DOM & JSON Concepts(4)
(rss)
ASP.Net Technical Issues (24)
(rss)
C# &.NetFramework(50)
(rss)
C/C++(21)
(rss)
COM&COM+(23)
(rss)
Computer Operating System Concept(3)
(rss)
Data Structure(5)
(rss)
Design Pattern(8)
(rss)
IIS issues(18)
(rss)
Interview Dictionary for Developer(59)
(rss)
Linux Shell Programming
(rss)
PHP&MySQL Programming
(rss)
PowerBuilder Skills
(rss)
SQL Server Technical Issues(13)
(rss)
UML
(rss)
WCF service Programming&MSMQ(42)
(rss)
XML&HTML(1)
(rss)
图像处理与模式识别
(rss)
推荐专业书目(1)
(rss)
系统诊断与程序调试(28)
(rss)
心灵旅程(3)
(rss)
随笔档案
2010年3月 (1)
2009年12月 (1)
2009年9月 (1)
2009年6月 (4)
2009年5月 (1)
2009年4月 (4)
2009年2月 (3)
2009年1月 (5)
2008年12月 (12)
2008年11月 (9)
2008年10月 (9)
2008年9月 (3)
2008年8月 (5)
2008年7月 (12)
2008年6月 (7)
2008年5月 (22)
2008年4月 (26)
2008年3月 (5)
2008年2月 (15)
2008年1月 (31)
相册
CAMPUS
other image
西雅图之旅
积分与排名
积分 - 49362
排名 - 2146
最新评论
阅读排行榜
评论排行榜
推荐排行榜
For more information about me, feel free email to me
winston.he@hotmail.com