摘要:
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
阅读(496)
评论(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
阅读(204)
评论(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
阅读(235)
评论(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
阅读(288)
评论(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
阅读(290)
评论(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
阅读(39480)
评论(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
阅读(1345)
评论(0)
推荐(0)