Do not change the value of the Name attribute below. If it does not match the folder name of the List project item, an error will occur when the project is run.
Displays the revision history for one or more files and folders. tf history itemspec /version:versionspec /stopafter:number ...
Displays the template in parent categories (roll up display). This tag is only used for internally (VS or VSIP) produced ...
Displays the version of one or more items in a workspace. tf localversions itemspec /recursive /format:brief|detailed /w ...
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 change the value of the Name attribute below. If it does not match the folder name of the List project item, an error ...
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 ...