Sam Ferreeblog.samferree.dev·Feb 16, 2022No Sacred Cows: I, InterfaceThe Argument Why should we prefix the names of interfaces with I in C#? Here is the full answer given from Microsoft's documentation on C# coding standards. To save you the click, I'll post it here. When naming an interface, use pascal casing in add...32 readsC#