摘要: Custom NamespacesIn many situations, you’ll want to have access to your own namespaces in a XAML file. Themost common example is if you want to use a custom Silverlight control that you (or anot... 阅读全文
posted @ 2010-01-15 13:37 道场 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Active Record(活动记录):包装数据库表或视图中的行、封装数据库访问、并将业务逻辑加到该数据上的对象。 Application Controller(应用控制器):处理屏幕导航和应用流程的集中控制点。 Association Table Mapping(关联表映射):将关联存储为表形式,并通过外键将与之相 阅读全文
posted @ 2009-09-21 08:59 道场 阅读(279) 评论(0) 推荐(0) 编辑
摘要: SMDK for .NET provides all of the tools necessary to develop C# and VB.NET managed applications for enterprise mobility devices from Motorola. These tools include class libraries, sample applications, and associated documentation. SMDK for .NET allows Microsoft® .NET Compact Framework developers to programmatically access the enterprise mobility features of the mobile devices. 阅读全文
posted @ 2009-08-26 10:58 道场 阅读(2442) 评论(0) 推荐(0) 编辑
摘要: 重构前的XMLHttpRequest:[代码]重构后的XMLHttpRequest:[代码] 阅读全文
posted @ 2009-08-17 10:10 道场 阅读(307) 评论(0) 推荐(0) 编辑
摘要: INSTR方法的格式为: INSTR(源字符串, 目标字符串, 起始位置, 匹配序号) 阅读全文
posted @ 2009-08-17 08:15 道场 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: You have TWO objects in DBA_OBJECTS for a package, the package and the package body. If the interface doesn't change, LAST_DDL_TIME isn't updated for the package - but is for the package body. 阅读全文
posted @ 2009-08-17 08:10 道场 阅读(871) 评论(0) 推荐(0) 编辑
摘要: ASP.NET MVC应用程式的生命周期和传统ASP.NET Web Form的运作方式迥异,当一个请求传入ASP.NET MVC网站应用程式之中,ASP.NET MVC会执行以下流程: 阅读全文
posted @ 2009-08-12 12:40 道场 阅读(320) 评论(1) 推荐(0) 编辑
摘要: 另一个部署选项是将包含自定义控件的程序集添加到服务器的全局程序集缓存(Global Assembly Cache,缩写为GAC)中,这样运行于该服务器上的所有Web应用程序都可以使用该自定义空间。然而,只有强命名程序集才能被添加到GAC中。强命名程序集名称包括4个部分:程序集名、版本、文化和公钥标记。如果从命令行生成程序集,可创建一个名为AssemblyInfo.cs的文件(或者其他希望的名称),向该文件添加如下代码,并将该文件移动到CreditCardForm1.cs文件所在的目录中: 阅读全文
posted @ 2009-06-07 22:47 道场 阅读(311) 评论(0) 推荐(0) 编辑