1. Create a threadWhen a managed thread is created, the method that executes on the thread is represented by a ThreadStart delegate or a ParameterizedThreadStart delegate that is passed to the Thread ...
posted @ 2010-03-22 16:59
Jiansong
阅读(963)
评论(0)
推荐(0)
摘要:
There are three major formats of serialization available: binary, XML and SOAP.1. Binary Serialization1.1 Characteristic· Produces a non-printable sequence of byte-oriented data that represents t... 阅读全文
posted @ 2010-03-22 16:58
Jiansong
阅读(964)
评论(0)
推荐(0)
摘要:
In this section, we mainly talks about using the Dns class to perform DNS name resolution. The Dns class can perform both forward and reverse name lookup to a DNS server. Forward name lookup is resolv... 阅读全文
posted @ 2010-03-22 16:56
Jiansong
阅读(422)
评论(0)
推荐(0)