A definitive guide to API-breaking changes in .NET

I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let’s define some terms: API change – a change in the publicly visible definition of a type, including any of its public members. This includes changing type … Read more