Search .Net Info
Custom Search
Add Search Provider (IE)
Latest Blog Posts
Create a Visual Studio add-in with contextmenu and selected text as input
C#: Remove line from textfile
Asp.Net: DataPager problem with Listview
Comments disabled
TypeMock: Mock Unittest examples
Asp.net: DateTime Eval String formatting
Realization corporate website hu.nl
TSQL: Nested Select with multiple results to one (comma separated) string
TSQL: Use common table expression
Asp.Net: invoke WCF method with WCF Test Client
Read all blog posts...
Create Guid
| 
.Net info search
| 
Blog
Guid's have been created!
What is a Guid?
A Globally Unique Identifier or GUID (pronounced /'gu??d/ or /'gw?d/) is a special type of identifier used in software applications in order to provide a reference number which is unique in any context (hence, "Globally"), for example, in defining the internal reference for a type of access point in a software application, or for creating unique keys in a database. While each generated GUID is not guaranteed to be unique, the total number of unique keys (2122 or 5.3×1036)[1] is so large that the probability of the same number being generated twice is very small (considering the observable universe contains about 5?×?1022 stars).
Source:
Wikipedia
Generate a new Guid (UniqueIdentifier)
Options:
create Guid.Empty -
ToUpper