Interested in Sitecore?

Apply for our Mentorship Program by emailing your resume to chris.williams@techguilds.com. Check out our ASP.NET QuickStart and C# QuckStart Libraries. Below is my latest articles.

Thursday, October 9, 2008

How To Create a Guid in C#?

I noticed people searching for how to create a guid in C#. The quick answer is

System.Guid.NewGuid();

If you would like more information on what a guid is. The following article will help you out:

http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=335

If you have any tips, tricks, resources you may find useful to the group please email Susan Fischer at susan@clinchportal.com

No comments: