Hi,
I have a program which i should ensure that a URL exist or not, if exists in the database, i should select the ID if not i should insert it to the database.
I have a question, Is GetHashCode is a good approach to save the hash code in the database and just compare the hash codes? Can I be sure there is no exception which 2 or more URLs has equal hash codes and if not Is it different which .NET Framework is installed?
Thanks