We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ASP.NET-Tips
记录一些ASP.NET的小知识点
生成GUID
Guid.NewGuid().ToString().Replace("-", "").ToUpper();