摘要:
关于数据访问模式(一)—— 数据访问模式的重要性 关于数据访问模式(二)—— 说说元数据 关于数据访问模式(三)—— Data Accessor模式 关于数据访问模式(四)—— Active Domain Object模式 关于数据访问模式(五)—— Layers模式 关于数据访问模式(六)—— 资源管理模式的重要性 关于数据访问模式(七)—— Resource Decorator模式 关于数据访... 阅读全文
文章分类 - Soft
Orthogonal components
2005-07-27 18:25 by FantasySoft, 574 阅读, 收藏, 编辑
摘要:
Orthogonal components are a special kind of composite states. Orthogonal components belonging to the same (orthogonal or non-orthogonal) composite state are separated by dashed lines ... 阅读全文
Using Windows
2004-09-10 14:17 by FantasySoft, 994 阅读, 收藏, 编辑
摘要:
Using Windows The examples in this section describe how to perform the following tasks: Creating a Main Window Creating, Enumerating, and Sizing Child Windows Destroying a Window Using Laye... 阅读全文
Using Messages and Message Queues
2004-09-06 18:59 by FantasySoft, 1101 阅读, 收藏, 编辑
摘要:
This article is from MSDN:The following code examples demonstrate how to perform the following tasks associated with Microsoft® Windows® messages and message queues. Creating a Message Loop Examini... 阅读全文
About Messages and Message Queues
2004-09-06 18:57 by FantasySoft, 1416 阅读, 收藏, 编辑
摘要:
This article is from MSDN:Unlike MS-DOS-based applications, Windows-based applications are event-driven. They do not make explicit function calls (such as C run-time library calls) to obtain input. In... 阅读全文
Server Controls in ASP.NET
2004-08-15 12:47 by FantasySoft, 631 阅读, 收藏, 编辑
摘要:
ASP.NET provides many types of controls: HTML Controls to program HTML elements, Web Server Controls with more built-in features and Validation Controls to incorporate testing logic in a control. You... 阅读全文