Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is meant by language interoperability and language
integration?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pipelining? : Dot net architecture

943


Define cache? : Dot net architecture

897


Explain the Lapsed Listener problem in .net

1099


What are the types of application software?

911


What are public and private assemblies ?

901


Explain difference between machine config vs. Web config? : .NET Architecture

906


Explain hard disk? : Dot net architecture

935


How do I prevent concurrent access to my data?

973


What are the types of memory management? : Dot net architecture

841


What is the importance of updatepanel control?

971


What is a clickonce application?

867


What is the difference between machine config vs. Web config : Dot net architecture

903


What are the options provived by vss to the user? how it will help us while delevoping application?

2154


Use of Enable view state ? if turn off what happen ?

4396


Explain .net mobile automatic paging? : Microsoft dot net mobile

865