常用软件工具
摘要:制作NTFS的备份恢复启动光盘 http://www.hbrtv.com/software/down/ntfsboot.iso http://www.wowodo.net/bbs/thread.php?fid=151
阅读全文
Socket異步代碼
摘要:Server代碼usingSystem;usingSystem.IO;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Net;usingSystem.Net.Sockets;namespaceSocketSvr{classProgram{privatestaticbyte[]msgBuff=newbyte[10240];//...
阅读全文
the difference between Socket and Remoting Program
摘要:.NET uses sockets in may instances such as WebServices and Remoting, but in these instancesthe low level socket stuff is done for you and there is no need to use sockets directly. However, when interf...
阅读全文