摘要: https://msdn.microsoft.com/en-us/library/dd456779(v=vs.110).aspx Windows Communication Foundation Architecture 阅读全文
posted @ 2015-07-07 23:11 ChuckLu 阅读(173) 评论(0) 推荐(0)
摘要: WCF - Architecture WCF has a layered architecture that offers ample support for developing various distributed applications. The architecture is expla 阅读全文
posted @ 2015-07-07 21:22 ChuckLu 阅读(288) 评论(0) 推荐(0)
摘要: For developing a WCF service application, there are mainly two tools – Microsoft Visual Studio and CodePlex. Microsoft Visual Studio is a complete pac 阅读全文
posted @ 2015-07-07 20:57 ChuckLu 阅读(515) 评论(0) 推荐(0)
摘要: https://www.tutorialspoint.com/wcf/wcf_versus_web_service.htm There are some major differences that exist between WCF and a Web service which are list 阅读全文
posted @ 2015-07-07 20:54 ChuckLu 阅读(239) 评论(0) 推荐(0)
摘要: https://www.tutorialspoint.com/wcf/wcf_overview.htm WCF stands for Windows Communication Foundation. The elementary feature of WCF is interoperability 阅读全文
posted @ 2015-07-07 17:24 ChuckLu 阅读(251) 评论(0) 推荐(0)
摘要: https://www.tutorialspoint.com/wcf/index.htm WCF Tutorial WCF stands for Windows Communication Foundation. It is a framework for building, configuring 阅读全文
posted @ 2015-07-07 17:21 ChuckLu 阅读(300) 评论(0) 推荐(0)
摘要: 书名:LINQ: The Future of Data Access in C# 3.0 Learn LINQ and the C# 3.0 Features That Support It http://shop.oreilly.com/product/9780596528416.do 具体的章节 阅读全文
posted @ 2015-07-07 15:25 ChuckLu 阅读(315) 评论(0) 推荐(0)
摘要: The most efficient algorithm for determining whether a number is prime involves several optimizations over the basic trial division method. The most w 阅读全文
posted @ 2015-07-07 15:08 ChuckLu 阅读(40136) 评论(0) 推荐(0)
摘要: 1. Two positive integers i and j are considered to be co-prime if there exists no integer greater than 1 that divides them both.Write a function co-p... 阅读全文
posted @ 2015-07-07 14:14 ChuckLu 阅读(1393) 评论(0) 推荐(0)