SharePoint developers working in Visual Studio 2010 know that GUID collisions can be a needless nuisance. Brian Watts sent along this tip that he got from one of Doug Ware's tutorials on SharePoint.
Guid Simple Type (DeploymentExportSettings) supports the use of globally unique identifiers (GUIDs) as attribute field values in elements of the DeploymentExportSettings Schema.
システム開発において、データの重複を許さない一意な識別子が必要になる場面は数多く存在します。データベースの主キー、セッションID、一時的なファイル名の生成など、その用途は多岐にわたります。C#(.NET)では、これらを実現するための仕組みと ...