I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically
I have services that are derived from the same interface. public interface IService { } public class ServiceA