-
Recent Posts
Recent Comments
Archives
Categories
Monthly Archives: February 2018
Friendly Reminder: GetHashCode Isn’t an Identifier
tl;dr Don’t use GetHashCode to identify an object. Microsoft has a big warning section in the GetHashCode docs about this. The story We store around 70 million unique objects in Azure Table Storage and we access them through an API … Continue reading
Posted in C#
Leave a comment