Tag Archives: CorFlags.exe
GetHashCode() on a 32-bit vs a 64-bit platform
If you compile your .NET application with the standard “Any CPU” option, it will run as a 32-bit process on a 32-bit OS and as a 64-bit process on a 64-bis process. When you use GetHashCode() the generated hashes on … Continue reading