第1章 设计模式与开发模式.
1.1 设计模式
1.2 开发模式
1.3 产品线
1.4 Framework与我
第2章 .Net Framework 2.0概论
2.1 .NET Framework架构
2.2 Assemblys
2.3 Application Domain与Thread
2.4 Attributes
2.5 Reflection
2.6 Collections
2.7 Generics
2.8 后记
第3章 ADO.NET 2.0
3.1 ADO.NET 2.0架构
3.2 联机模式
3.3 离线模式
3.4 商业逻辑层
3.5 撰写与Data Provider无关的程序代码
.3.6 解惑
3.7 后记
第4章 Windows Forms
4.1 Win Form架构
4.2 Data Binding
4.3 WinForm Advanced
4.4 Form的继承
4.5 自定义组件与控件
4.6 多语系支持
第5章 .NET Remoting
5.1 .NET Remoting的架构
5.2 从一个小范例开始
5.3 Configable Remoting
5.4 Remoting与ADO.NET
第6章 Framework架构
6.1 什么是Framework
6.2 思考所需要的基本功能
6.3 Configuration Pramework
6.4 Plug-In Framework
6.5 Cache Framework
6.6 Business Logic Framework
6.7 Factory Framework
6.8 Dara Connection Framework
6.9 Settings Framework
6.10 Serial Framework
6.11 Security Framework
6.12 Profile Framework
6.13 Context的概念
6.14 FrameworkContext
第7章 Configuration Framework
7.1 思考所需达到的需求
7.2 IConfigurationSection
7.3 PrameworkConfiguration
7.4 Testing
第8章 Plug—In Framework
8.1 思考所需达到的需求
8.2 IPlugObject
8.3 IPlugForm、IPlugUserControl与IPlugExecutor
8.4 PlugInContext
8.5 与Configuration Framework集成
8.6 Testing
第9章 Cache Framework
9.1 实现面的设计
9.2 ICacheStorageProvider
9.3 BaseCacheStorageProyider
9.4 InProcCacheStorageProvider
9.5 CacheContext
9.6 与Configuration Framework集成
9.7 Data Cache
第10章 Business Logic Framework..
10.1 关于Business Logic
10.2 TableLogic组件
10.3 Input Validating
10.4 OrpBindingSource
10.5 Data Updating
第11章 Factory Framework
11.1 Factory Pattern
11.2 IObjectFactory
11.3 SingletonObjectFactory
11.4 SingleCallObjectFaCtory
11.5 Pool0bjectFactory
第12章 Data Connection Framework
12.1 思考所需达到的需求
12.2 ConnectionPoolContext
12.3 SqlStatementRepository
12.4 与Configuration Framework集成
第13章 Settings Framework
13.1 思考所需达到的需求
13.2 SettingContext
13.3 与Configuration Framework整合
第14章 设计Domain Application Framework
14.1 Domain Application Framework概论
14.2 Base Form概念
14.3 必须完成的需求
14.4 OrpForm
14.5 SingleForm
14.6 MasterDetailForm
14.7 LookupDialog
14.8 关于Base Form
第15章 来实现吧,小型进销存系统
15.1 声明系统需求
15.2 思考系统架构
15.3 声明数据结构
15.4 DataModal Project
15.5 声明IDataModalProxy接口
15.6 声明IMembershipServices接口
15.7 声明ISerialProvider接口
15.8 声明IDataModalRefreshService 接口
15.9 LocalDataModalProxy
15.10 RemodngDataMOdalProxy
15.11 DataModalServices
15.12 LongLifeMarshalByRefObject
15.13 与Configuration Framework集成
第16章 UI的设计
16.1 Menu Framework
16.2 实现Serial Framework
16.3 MainDataModule
16.4 基本数据界面
16.5 订单数据界面
16.6 出货数据界面
16.7 收款销账界面
16.8 集成Menu Framework
16.9 Security Framework
16.11 用户管理
16.12 UI配置文件
第17章 报表
17.1 Report Services 2005
17.2 客户列表
17.3 订购单
第18章 回顾与展望
18.1 回顾
18.2 面前有两条路,你的选择
18.3 展望...