随笔分类 - ASP.Net
摘要:如题.
阅读全文
摘要:public class IdentityScope : IDisposable{ // obtains user token [DllImport("advapi32.dll", SetLastError = true)] static extern bool LogonUser(string pszUsername, string pszDomain, string pszPassword, int dwLogonType, int dwLogonProvider, ref IntPtr phToken); // closes open handes returned
阅读全文
摘要:当使用XmlSerializer(Type type,Type[] extraTypes)构造函数时:调用Deserialize会使 应用程序域的程序集不断增加。 using System;using System.Collections.Generic;using System.Text;using System.Xml.Serialization;using System.IO;using System.Reflection;using System.Collections;namespace Con
阅读全文