Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
pls explain what is the common language runtime and cross language integration in asp.net in detail.
thanks in advance
Posted
Comments
dan!sh 23-Jan-13 6:52am    
Why?

I found explanations of CLR and CLI in the online MSDN Library Visual Studio / Overview of .NET Framework section. Click on the links to get more detail.

Common Language Runtime (CLR)
The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.

Cross-Language Interoperability
Describes the common language runtime's built-in support for language interoperability. Language interoperability is the ability of code to interact with code that is written by using a different programming language. Language interoperability can help maximize code reuse and improve the efficiency of the development process.
 
Share this answer
 
Comments
Espen Harlinn 23-Jan-13 7:24am    
Well answered :-D
You can Read here for common language runtime

http://msdn.microsoft.com/en-us/library/ddk909ch(v=vs.71).aspx[^]

Articles of code project

.Net Framework[^]

Understanding .NET Framework at a glance[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900