Here I gathered answers to small pitfalls which from time to time appears because you’re not doing some actions often. Such actions include using of .dockerignore, mounting files, SSL certificates
FAQ
How C# built-in types are implemented internally?How C# built-in types are implemented internally?
This is a quick guide to internal implementation of such C# types as Dictionary, Hashtable, List and others.
Equals & GetHashCode: Why is it important to override both?Equals & GetHashCode: Why is it important to override both?
It is important if your item will be used as a key in a dictionary, or HashSet, etc – since this is used to group items into buckets (in the