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 to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain the advantage of packaging over xcopy in .net?
If we write return statement in finally block will it works fine or throws any error?
Explain how you can send the result back in JSON format in MVC?
What are the types of assemblies
What you mean by routing in mvc?
What is partialview in asp.net mvc?
what do you mean by table-per-type?
what is Assemble
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is .net framwork?