1. Kendo的继承 varPerson= kendo.Class.extend({...}); var person = new person(); var Parent = kendo.Class.extend({}); http://docs.telerik.com/kendo-ui/tutorials/inheritance-with-kendoui 2.Kendo MVVM http://docs.telerik.com/kendo-ui/getting-started/framew…
Windows Communication Foundation(WCF)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台.整合了原有的windows通讯的 .net Remoting,WebService,Socket的机制,并融合有HTTP和FTP的相关技术.是Windows平台上开发分布式应用最佳的实践方式. 安装:在.net framework 3.0的时候已经内置了WCF. 由于WCF的服务不能孤立地存在,需要寄宿于一个运行着的进程中,我们把承载W…
this is a dynamic pivot with sliderable navigation and multiableDatatemplate Control 看了 alexis 大哥的pivot 动态绑定,和 自己做了一个多模版带滑动导航条的控件 主要继承了DataTemplateSelector 实现 绑定ItemTemplateSelector="{TemplateBinding BodyDataTemplateSelector}" 主要代码 public class…