Interoperability Scenarios: A developer’s perspective

October 7, 2009 01:32 by bijoy
As we talk more about Interoperability on this website you will notice that there are various facets to it. From making a software available on different platforms to enabling exchange of data between two disparate applications there could be numerous interesting and complicated scenario. I would primarily be focusing on the developer aspect of Interoperability for e.g. a simplistic use of an old win32 (C++ or VC++) dll in a .NET application to a more challenging scenario of exchanging information between a .NET applications running on Windows and a Java application running on Linux. While the... [More]