摘要: 刚才开到智者千虑发的【WPF】在Style中设置ToolTip的问题的博文,虽然最终给了一个暂时解决问题的方案,但是没有分析和解释其中的问题,正与他所说:但至于为什么不能直接在Setter.Value中放置TextBlock还是一个未解之谜。 趁着中午间隙,跟踪了一下,这里我将带给你完整的分析。 阅读全文
posted @ 2009-01-15 16:49 winkingzhang 阅读(2987) 评论(2) 推荐(0) 编辑
摘要: 昨晚看到南柯之石的WPF BUG之四:点击RadioButton的空白没有反应,就做了简单的验证,之后发表了一些分析和看法,但是那个分析不够准确和充分,导致了对别人的想法一些误导。在此表示歉意。这里我会从头做分析。 阅读全文
posted @ 2009-01-13 13:54 winkingzhang 阅读(2694) 评论(2) 推荐(0) 编辑
摘要: Xaml的出现使得Win下非常有效的MVC变得复杂了很多很多,而WPF的发布使得Web程序和Win程序的鸿沟渐渐填平,对于模式的思考也渐渐浮出来:是使用复杂化的MVC,还是微软提出的MVP,抑或其他的模式。 阅读全文
posted @ 2008-12-01 11:59 winkingzhang 阅读(1368) 评论(2) 推荐(0) 编辑
摘要: http://blogs.msdn.com/helloworld/archive/2008/10/31/how-to-get-iis-web-sites-information-programmatically.aspxHow to Get IIS Web Sites Information ProgrammaticallyI needed to get the location of IIS l... 阅读全文
posted @ 2008-10-31 15:55 winkingzhang 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 今天遇到JIT老是弹出的烦人问题,在MSDN上找到了关闭的说明。 阅读全文
posted @ 2008-10-10 11:21 winkingzhang 阅读(1787) 评论(0) 推荐(0) 编辑
摘要: Yesterday I was having a conversation with Anil Ruia who happens to be the ARR (Application Request Routing) developer and based on customer feedback we discussed the idea of using ARR in the context ... 阅读全文
posted @ 2008-08-22 19:01 winkingzhang 阅读(1665) 评论(0) 推荐(0) 编辑
摘要: Reference Resources for MOSS and WSS 阅读全文
posted @ 2008-07-08 11:49 winkingzhang 阅读(291) 评论(0) 推荐(0) 编辑
摘要: FileSystemWatcher事件多次触发的解决方法 阅读全文
posted @ 2008-07-04 10:05 winkingzhang 阅读(918) 评论(0) 推荐(0) 编辑
摘要: Have you ever wondered about all the stages that an ASP.NET request goes through? Ever wonder why it is such a performance hit to have a wildcard mapping to map all extensions on your web server to ASP.NET? This information corresponds to IIS 5.0 and 6.0. 阅读全文
posted @ 2008-05-28 14:45 winkingzhang 阅读(314) 评论(0) 推荐(0) 编辑
摘要: CAS is complicated enough to understand when all of the moving parts are written in managed code (and therefore have all the associated managed meta-information like grant sets, etc). However, once native code comes into play things can get even more confusing. Let's take a look at how CAS works when there's native code on the call stack. 阅读全文
posted @ 2008-05-22 10:54 winkingzhang 阅读(442) 评论(0) 推荐(0) 编辑