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 |
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is global assembly cache
When will the .net framework 3.0 be released?
What does mvvm mean?
How to change the action name in mvc?
Explain the advantages of asp.net mvc over asp.net?
what is entity framework?
What is .net framwork?
What you mean by routing in asp.net mvc?
Which filter executes first in an asp.net mvc application?
What is tempdata?
What is definingquery in entity framework? : Entity framework