08 2012 档案

WCF (.net4.0) 中舍去.svc文件
摘要:WCF (.net4.0) 中舍去.svc文件非常简单,只需要配置web.config文件即可。省掉.svc文件简化了文件管理的开销。web.config 1 <system.serviceModel> 2 3 <serviceHostingEnvironment> 4 <serviceActivations> 5 <add service="WcfService2.Services" relativeAddress="~/test.svc"/> 6 </serviceActivations> 阅读全文

posted @ 2012-08-14 15:02 SonyXbox 阅读(1764) 评论(2) 推荐(1)

IList<T>
只有注册用户登录后才能阅读该文。

posted @ 2012-08-13 11:21 SonyXbox 阅读(22) 评论(0) 推荐(0)

导航