Architecture, Technology
GUID vs. int (Uniqueidentifier vs. identity)
I got interested in GUID’s when I saw it was used in the ASP.NET membership database schema. At the first glance, 0D40FC92-4F1D-42D1-9A9B-860526C21FF0 didn’t seem very nice, but eventually I realized how flexible and effective the GUID datatype is. So let’s have a look at why you should use it instead of identities (int) Read More »
