http://www.chinaitlab.com/www/special/ssl.asp
certutil -dspublish -f filename NTAuthCA
ipv6
http://www.winsocketdotnetworkprogramming.com/clientserversocketnetworkcommunication8f_1a.html
http://dohkoos.name/visual-studio-2005-plug-in-development.html
EditPoint p = doc.StartPoint.CreateEditPoint();
TextRanges range = null;
EditPoint lastPoint = doc.StartPoint.CreateEditPoint();
while (p != null)
{
p.FindPattern(method.name, (int)vsFindOptions.vsFindOptionsMatchWholeWord, ref p, ref range);
if (p == null)
break;
StringBuilder temp = new StringBuilder();
string str = p.GetText(lastPoint);
if (str.Split(new string[] { "/*", "*/"}, StringSplitOptions.None).Length % 2 == 0)
continue;
lastPoint = p.CreateEditPoint();
http://blog.youkuaiyun.com/helihui123/category/617421.aspx