What is the CLS



What is the CLS..

Answer / kirti

CLS = Common Language Specification. This is a subset of the CTS which all .NET languages are expected to support. The idea is that any program which uses CLS-compliant types can interoperate with any .NET program written in any language.

In theory this allows very tight interop between different .NET languages - for example allowing a C# class to inherit from a VB class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

0 Answers  


What's different about namespace declaration when comparing that to package declaration in Java ?

1 Answers   Infogain,


Mention what is the difference between “ActionResult” and “ViewResult” ?

0 Answers  


What is different between User Control and Web Control and Custom Control?

2 Answers  


How does servicing work for the .net framework 3.0?

0 Answers  






Explain bundle.config in mvc4?

0 Answers  


What are differences between entity framework and l2s? : Entity framework

0 Answers  


Explain what is asp.net mvc?

0 Answers  


Tell me the best web-sites for Learning the ASP DOT NET.

3 Answers  


What are Code Blocks in Views?

0 Answers  


What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables

1 Answers  


how to maintain the session state? what is Abstract class and interface and inheritence with example?

2 Answers  


Categories