The Essential Interfaces Every C# Developer Should Know
Hello there! 👋🏻 If you use C# on a daily basis, or you code with it for some side projects, you will properly encounter a bunch of interfaces that seem to always be around, like IEnumerable<T>, ICollection<T>, and IDisposable. These are really common to see in almost every codebase, but there are some more hidden…