第 1 章:本版本的最新资讯 第 2 章:关于 Siebel Communication Server 什么是 Siebel Communication Server? 17 将 Communication Server 用于其它 Siebel 模块 18 Communication Server 和 Siebel CTI 18 Communication Server 和 Siebel Email Response 18 Communication Server 和 Siebel 统一队列
实现一个类似QQ的网络聊天软件的功能;服务端采用WebServices提供技术支持,客户端采用Windows窗体,为用户提供网络聊天的简单功能。 采用C/S结构,服务端采用WebServices作为服务的技术支持,客户端采用Windows Form实现。 开发工具选择Visual Studio 2010旗舰版,数据库使用SQL Server 2008;服务端采用两层结构,即DAL和BLL,数据访问层使用LINQ to SQL类来实现,大大简化该层的设计工作量;业务逻辑层使用LINQ来操作数据对