本节中的示例演示一些 Windows Communication Foundation (WCF) 实例化扩展性方案。
本节内容
- 持久性实例上下文
演示如何自定义 WCF 运行库,以启用持久性实例上下文。它使用 SQL Server 2005 作为其后备存储(在本例中为 SQL Server 2005 Express)。
- 池
演示如何扩展 WCF 以支持对象池。
- InstanceContextSharing
演示如何使用 IInstanceContextProvider 接口在多个调用和客户端之间共享 InstanceContext 对象。
另请参见
其他资源
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.