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

How do you register the dotnet component or assembly ?

1 Answers   Accenture, BirlaSoft,


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

1 Answers  


What is the need of Action Filters in ASP.Net MVC

1 Answers   B-Ways TecnoSoft,


If foreground completes its processing will it wait for background threads?

1 Answers   Kanbay,


What is entitycontainer? : Entity framework

1 Answers  


When was the first version of .NET released

1 Answers  


Explain Model, view and Controllers in Asp.Net MVC?

1 Answers  


What is the difference between renderaction and renderpartial?

1 Answers  


Explain what is the difference between view and partial view?

1 Answers  


about triggers?

6 Answers   CSC,


How do you do role based security ?

1 Answers   Accenture, BirlaSoft,


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

1 Answers  


Categories