Volunteer .NET Evangelist

A well oiled machine can’t run efficiently, if you grease it with water.
  首页  :: 联系 :: 订阅 订阅  :: 管理

2006年10月3日

摘要: 1. Declare array object in xaml:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<Pagexmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentati... 阅读全文

posted @ 2006-10-03 15:18 Sheva 阅读(1771) 评论(2) 推荐(0) 编辑

2006年9月26日

摘要: Just paste the following xaml into the XamlPad shipped with Microsoft Windows SDK or the XamlPad I create myself, you will get some unexpected surprise, really cool indeed:Code highlighting produced b... 阅读全文

posted @ 2006-09-26 20:54 Sheva 阅读(987) 评论(1) 推荐(0) 编辑

2006年9月23日

摘要: Some one pointed out on MSDN WPF forum post that FindName breaks on DataTemplate, when we want to reference the visual elements inside the data template, we cannot use FindName, then what we can use? ... 阅读全文

posted @ 2006-09-23 23:05 Sheva 阅读(3168) 评论(2) 推荐(0) 编辑

2006年8月28日

摘要: When we want to declaratively use our custom controls or reference the types we defined in XAML, we should declare the XML namespace to map to the CLR namespace in which the controls and types are def... 阅读全文

posted @ 2006-08-28 23:37 Sheva 阅读(3742) 评论(2) 推荐(2) 编辑

2006年8月24日

摘要: Recently, I am tied up writing a custom WPF control called FolderPicker, and I come to the scenario that when I update the data source, I want to let the UI thread to update the control UI, basically,... 阅读全文

posted @ 2006-08-24 23:56 Sheva 阅读(22667) 评论(2) 推荐(0) 编辑

2006年8月17日

摘要: 现电子工业出版社急招四名翻译人员来翻译Charles Petzold刚刚出炉的新书《Applications = Code + Markup》,要求译者熟悉Windows桌面程序的开发,熟悉.NET编程,对WPF有一定的了解,并具有很强的英语翻译能力。稿费,翻译内容分工等具体事宜容日后再议,请有意者速与我或是梁晶联系。联系人:梁晶(Dinla) (电子工业出版社编辑) email: fordin ... 阅读全文

posted @ 2006-08-17 20:25 Sheva 阅读(3361) 评论(22) 推荐(1) 编辑

2006年5月6日

摘要: Eric Gunnerson just brings up a series of posts on some C# trivia that probably most developers don't know about, I just quote some of them which are more relevant to the C# technicality:Language Deta... 阅读全文

posted @ 2006-05-06 20:28 Sheva 阅读(1215) 评论(0) 推荐(0) 编辑

2006年4月29日

摘要: Probably I've been in the WPF world for so long that I need to try something different, yesterday, I come across a Channel9 forum thread on how to use windows forms' Control.CreateParams property, whi... 阅读全文

posted @ 2006-04-29 23:30 Sheva 阅读(2495) 评论(7) 推荐(0) 编辑

2006年4月27日

摘要: Several days ago, Dflying Chen just shown us how to implement in-place editing functionality using ASP.NET Atlas framework, and the custom control he writes called InPlaceEditingInput is pretty cool i... 阅读全文

posted @ 2006-04-27 23:03 Sheva 阅读(3857) 评论(6) 推荐(0) 编辑

2006年4月23日

摘要: ILinkedList interface definitionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;namespaceSheva.Collections... 阅读全文

posted @ 2006-04-23 23:43 Sheva 阅读(871) 评论(0) 推荐(0) 编辑