搜索资源列表
DnsLookupDotNet_src
- dns lookup example demonstrates the form of DNS query messages and how to submit a request to a DNS server and interpret the result. I have wrapped this functionality up into a small easy-to-use C# assembly which you can easily deploy in your own app
wcf-study-demo
- 从WCF所处的位置来看,它是包含在.NET 3.0(也包括.NET 3.5)之中的。我们注意比较.NET 3.0与.NET 2.0,其实唯一的区别就是.NET 3.0包含了WCF、WPF、WF(或者还有CardSpace)而已。因此,我们认为WCF是.NET框架的一部分,似乎并不为过。尤为关键的是, WCF并不能脱离.NET框架而单独存在(但非WCF客户端可以调用WCF服务),因此,虽然WCF是微软用以应对SOA解决方案的开发需求而专门推出的,但它并不是例如Spring、Struts那样的框架,
SOA-Labmanual
- SOA example programs using .net and netbeans
SOA-Sum
- 文件包含程序+解说+图示。以SOA的方式,以一种最简单最常用的方式实现加法功能。由于作者特意忽略了SOA的很多配置,所以本例子更适合于初学者参考-File that contains the program, explain the interface. SOA-way to one of the most simplest and most common way to achieve addition function. As the author deliberately ignoring