I am working on a solution using Service Bus for Windows Server 1.1 in my development environment which should work with Microsoft Azure Service Bus when it be deployed on the cloud.
According to this old article from MDSN "The Service Bus for Windows Server supports the same SDK as the Windows Azure Service Bus. However, because the two products have different schedules, the Service Bus for Windows Server SDK is managed and accessed as a separate NuGet package". At that time the Windows Azure Service Bus SDK was 2.1 and it was compatible with Service Bus 1.1.
The current version of Microsoft Azure Service Bus SDK is 2.4.2 and for Service Bus for Windows Server 1.1's SDK is 1.0.3. How can I tell whether they will be compatible or not?