posted @ 2006-04-06 00:33 Sheva 阅读(3001) 评论(0) 编辑
摘要: Data binding is a very important feature in every development platform, for all of you who have been using the data binding mechanism of ASP.NET, you must think that data binding in ASP.NET is qui...阅读全文
摘要: C# Application Markup Language (CSAML): An Evolutionary Leap by Charles Petzold Several weeks ago, Microsoft Corporation began a li...阅读全文
posted @ 2006-04-02 02:59 Sheva 阅读(1618) 评论(3) 编辑
摘要: Regex 101 Exercise I10 - Extract repeating hex blocks from a stringGiven the string: PCORR:BLOCK=V5CCH,IA=H'22EF&H'2354&H'4BD4&H'4C4B&H'4D52&H'4DC9; Extract all the hex numbers in the form “H’xxxx”--...阅读全文
posted @ 2006-03-08 00:36 Sheva 阅读(450) 评论(2) 编辑
摘要: In my previous blog post, I've mentioned that I have built a simple AvalonPaint application in which you can draw contineuous lines using mouse, and after some work, I add several features into th...阅读全文
posted @ 2006-03-02 23:41 Sheva 阅读(1200) 评论(1) 编辑
摘要: After a long break, Eric is back, and continue his awesome Regex 101 Exercise series, in this exercise, the question Eric asks is:------------------------------------------------------------------...阅读全文
posted @ 2006-03-01 21:22 Sheva 阅读(1032) 评论(0) 编辑
摘要: For all of you who follow up my blog closely, you will probably remember that I have written a little application in which you can edit your xaml snippet and have that sinppet executed in real tim...阅读全文
posted @ 2006-02-28 23:26 Sheva 阅读(2341) 评论(3) 编辑
摘要: Crossbow, OMG, WTF? Well, Crossbow is the codename for the interoperability technology between Windows Forms and Windows Presentation Foundation. Crossbow enables you to host Windows Forms cont...阅读全文
posted @ 2006-02-28 01:37 Sheva 阅读(4378) 评论(2) 编辑
摘要: Chris Anderson, the chief architect of Avalon, has shown on Channel9 Video talking about the architecture of Avalon, and he used the classic block diagram to illustrate how the UI is rendered fr...阅读全文
posted @ 2006-02-23 21:35 Sheva 阅读(2147) 评论(9) 编辑
摘要: In WPF, it ships with three built-in BitmapEffect classes, namely DropShadowBitmapEffect, OuterGlowBitmapEffect and BlurBitmapEffect, you can think of those bitmap effects as those available in IE...阅读全文
posted @ 2006-02-23 00:32 Sheva 阅读(2499) 评论(1) 编辑