上一页 1 ··· 356 357 358 359 360 361 362 363 364 ··· 391 下一页
摘要: You’re about to be introduced to the WCF service. This lab isn’t your typical “Hello World”—it’s “Hello Indigo”! In this lab,you will learn how to bui 阅读全文
posted @ 2015-07-14 14:12 ChuckLu 阅读(210) 评论(0) 推荐(0) 编辑
摘要: At its core,WCF is a development platform for service-oriented applications. As I mentioned earlier,WCF is part of the .NET Framework 3.0,which compri 阅读全文
posted @ 2015-07-14 10:45 ChuckLu 阅读(207) 评论(0) 推荐(0) 编辑
摘要: WCF ServicesWCF services are the new distributed boundary in an enterprise application—with an emphasis on SOA. In the past,you had to deliberate betw 阅读全文
posted @ 2015-07-14 10:24 ChuckLu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: What is Service Oriented Architecture (SOA)? There have been so many interpretations of this throughout the years that it seems important to establish 阅读全文
posted @ 2015-07-13 21:49 ChuckLu 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Windows Communication Foundation (WCF),formerly code-named “Indigo,” is Microsoft’s platform for Service-Oriented Architecture (SOA),designed for buil 阅读全文
posted @ 2015-07-13 21:22 ChuckLu 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.为了确保客户端可以接收到服务端反馈的异常在服务端的配置文件中需要有 在最终发布服务的时候,客户端程序是给客户使用的,为了避免客户直接知道服务端的异常。所以,程序调试完成以后,需要将service... 阅读全文
posted @ 2015-07-13 17:23 ChuckLu 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 在解决方案上右键,选择属性。这样设置之后,点击开始运行之后,会同时启动2个项目。适合一个项目既包含客户端也包含服务端,方便调试 阅读全文
posted @ 2015-07-13 09:09 ChuckLu 阅读(2426) 评论(0) 推荐(0) 编辑
摘要: Which are in?Given two arrays of strings a1 and a2 return a sorted array in lexicographical order and without duplicates of the strings of a1 which ar... 阅读全文
posted @ 2015-07-12 22:27 ChuckLu 阅读(609) 评论(0) 推荐(0) 编辑
摘要: IQ TestDescription:Bob is preparing to pass IQ test. The most frequent task in this test isto find out which one of the given numbers differs from the... 阅读全文
posted @ 2015-07-12 03:51 ChuckLu 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: 正文 string str = "a---b---c"; string[] array = str.Split(new char[]{'-'}); 分割之后array中的元素为 分析: a---b---c 123456789 待分割的字符串使用a---b---c,长度为9。 以-来分割,有6个-,所 阅读全文
posted @ 2015-07-12 02:40 ChuckLu 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 356 357 358 359 360 361 362 363 364 ··· 391 下一页