Do not declare explicit static constructors on value types. Initializing static data in explicit static constructors results in a value type that is not marked in metadata as 'beforefieldinit'. In this case, the static constructor is not always guaranteed to be called before instance members on the value type are called.
Do not assume a managed thread is a Win32 thread - it could be a fiber. The runtime will run managed threads as fibers on ...
Do not call this method from your code, the method is added to verify the existence of user events in the code behind file. ...
Do not change the database name. It will be properly coded for build and deployment This is using sqlcmd variable substitution ...
Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project ...
Do not declare explicit static constructors on value types. Initializing static data in explicit static constructors results ...
Do not declare new delegates to be used as event handlers when targeting a version of the .NET Framework that supports generics. ...
Do not explicitly raise exceptions from unexpected locations. There are some methods, such as Equals and GetHashCode, which ...
Do not expose List in object models. Use Collection , ReadOnlyCollection or KeyedCollection instead. List is meant to be ...
Do not nest type {0}. Alternatively, change its accessibility so that it is not externally visible. If this type is defined ...