文件名称:07.ServiceContract的继承
文件大小:103KB
文件格式:RAR
更新时间:2011-12-19 16:38:41
07.ServiceContract的继承
简介: 面向服务架构(SOA)和面向对象编程(OOP)的结合——如何实现Service Contract的继承。示例是按照Artech(www.cnblogs.com/artech)的讲解操作的。 通过添加Service reference的方式生成我们Client端的code
【文件预览】:
WCFLearn7
----Client()
--------ISimpleWhetherForecast.cs(446B)
--------bin()
--------Client.csproj.user(168B)
--------FullWhetherForecastClient.cs(603B)
--------Program.cs(956B)
--------obj()
--------SimpleWhetherForecastClient.cs(616B)
--------app.config(2KB)
--------Service References()
--------IFullWhetherForecast.cs(483B)
--------Client.csproj(5KB)
--------Properties()
----说明.txt(3KB)
----WCFLearn7.sln(3KB)
----WCFLearn7.suo(42KB)
----MyService()
--------ISimpleWhetherForecast.cs(342B)
--------bin()
--------FullWhetherForecastService.cs(480B)
--------obj()
--------MyService.csproj(3KB)
--------SimpleWhetherForecastService.cs(475B)
--------IFullWhetherForecast.cs(347B)
--------Properties()
----BusinessEntity()
--------bin()
--------BasicWhetherInfo.cs(1KB)
--------obj()
--------WindInfo.cs(1KB)
--------BusinessEntity.csproj(3KB)
--------Properties()
----HostingByIIS()
--------bin()
--------Web.config(8KB)
--------obj()
--------HostingByIIS.csproj(4KB)
--------App_Data()
--------HostingByIIS.csproj.user(1KB)
--------Service.svc(64B)
--------Properties()