微软的代码审查工具. From helper: The StyleCop tool provides warnings that indicate style and consistency rule violations in C# code. By default, the tool integrates into Visual Studio 2005 and Visual Studio 2008, and it can also be integrated into MSBuild-ba
using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections; namespace Microsoft { /// /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of
微软SQLHelper类源码,C#版 // =============================================================================== // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp // // SQLHelper.cs // // This