How could we achieve Langauge Interoperability
through "CLS"?? Please Expalin in detail with Example..

Thanks for the Help!!!!!

Answers were Sorted based on User's Feedback



How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail ..

Answer / govind.agarwal

commom language specification is in .net, which is used to
integrated multilanguage application. and suport common
type system.

int32 is compactibility with VB and C#.

Is This Answer Correct ?    11 Yes 4 No

How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail ..

Answer / lakshmi

CLS (Common Language Specification) contains a set of rules
to achieve language interoperability. CLS enables an object
or application to interact with other objects or
applications of other languages. All .NET classes follow
the CLS rules.

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

what do you mean by navigation property?

0 Answers   Microsoft,


Explain ASP.NET MVC Identity and Security?

0 Answers  


If I have multiple filters implemented, what is the order in which these filters get executed?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


What is entitytypes? : Entity framework

0 Answers  






What is the meaning of unobtrusive javascript?

0 Answers  


If you are using components in your application, how can you handle exceptions raised in a component ?

4 Answers   Accenture, BirlaSoft,


My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

0 Answers  


Explain the use of Inversion of control (IOC)?

0 Answers  


How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?

1 Answers  


About .NET Framework ?

5 Answers   MMTS,


In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?

0 Answers  


Categories