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

What is the use of the default route {resource}.axd/{*pathinfo} ?

0 Answers  


How to change the action name in mvc?

0 Answers  


What are Non Action methods in ASP.Net MVC?

0 Answers  


What is RouteConfig.cs in ASP.Net MVC 4?

0 Answers  


What is presentation framework?

0 Answers  






Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?

1 Answers   ABC,


Why string are called Immutable data Type

1 Answers  


What is web api‘s in asp.net mvc 4 ?

0 Answers  


What is basic authentication in web api?

0 Answers  


What is the use of JIT

1 Answers  


Why to use Html.Partial in ASP.Net MVC?

0 Answers  


What are the components required to create a route in ASP.Net MVC?

0 Answers  


Categories