Hi Friends......
I want to know meaning of Interoperability in C# ? Please explain with an example ?
Thanks.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 24, 2012, 12:05 PM
Interoperability enables you to preserve and take advantage of existing investments in unmanaged code. Code that runs under the control of the common language runtime (CLR) is called managed code, and code that runs outside the CLR is called unmanaged code. COM, COM+, C++ components, ActiveX components, and Microsoft Win32 API are examples of unmanaged code.
Please refer the below link
http://www.thebestcsharpprogrammerintheworld.com/fundamentals/interoperability.aspx
Thanks
VulpesPosted Jan 24, 2012, 11:29 AM
http://www.c-sharpcorner.com/uploadfile/cd3aa3/language-interoperability/