I am using Microsoft's data access block version 3.0.

inorder to insert a record into a table they used
Guid.NewGuid().ToString() to generate primary key. is that a standard practice in .net world?

thanks