what is meant by language interoperability and language
integration?
Answer / mary
Prior to the introduction of .Net, the code written in one
programming language is considered to be usable only in the
programs written with the same programming languages. For
example, an algorithm implemented in Perl programming
language can not be reused in the programs written in the
C++. At Windows platform, Microsoft introduced the
standards for COM (Component Object Model) which allows
components written in one programming language to be used
in other programming language. In Java, JNI (Java Native
Interface) is presented to use-up the code written in non-
Java languages into Java programs. But both the standards
(COM and JNI) are too complex and have their own
limitations. They also don’t allow the language
integration, which means that you can use the components
written in other programming languages but you can’t extend
the functionality of the components.
In Microsoft.Net, the code written in any programming
language is compiled to the same Intermediate Language
(Microsoft Intermediate Language - MSIL or Common
Intermediate Language – CIL) and to same component standard
(assembly). Hence, it is possible for developers to employ
the language interoperability by using and extending the
solution implemented by other developers which might be
using different programming language provided developers at
both end are using.Net compliant programming languages.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between a web custom control,web user control and a web part.
How to improve the cache performance? : Dot net architecture
What is ITIL? What is the use of ITIL and how it works?
How do we do authentications using atlas?
Waht is Dot net Arcitecture
Explain a .net mobile example with details? : Microsoft dot net mobile
2. What type of code (server or client) is found in a Code-Behind class?
Explain 'managed' mean in the .NET context
Explain some of the disadvantages due to microsoft.net?
Difference between abstract class and interface
100 Answers Accenture, Altruist, Baba Group, CitiGroup, Fiserv, HCL, IBM, iGate, Infosys, Jean Martin, Karthik Industries, Microsoft, OnDLine, TCS,
what is an assembly ?
Explain about httpruntime.cach.get(); method?