PreviousNext

The origin of GetHashCode in .NET

by bill-s, 2018-02-03T16:59:48.000Z

This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also discusses the different behavior of the method for reference types and value types. The topic is quite interesting and any self-respecting .NET developer needs to know it. So let’s go!

Read More