Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). Kaxaml is a hobby and was created to be shared, so it's free! Feel free
常言道,工欲善其事,必先利其器。要想学好WPF的开发,掌握并熟练应用各种开发工具无疑是重要的。WPF常用的开发工具主要有3种:XamlPad、Microsoft Express Blend2和Visual Studio 2008。对于简单的XAML代码用XamlPad编辑和测试比较方便,而对于复杂的界面设计用Microsoft Express Blend2则是首选,对于具有复杂的业务逻辑处理程序则必须借助Visual Studio 2008来完成。
Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK).
Many .xaml files can be double-clicked and viewed in Internet Explorer. Others cannot (under default security policy) due to using features such as a Window. To view these, you should paste the content into the XamlPad SDK tool. For examples that re