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 |
Integer & struct are value types or reference types in .NET?
What is the use of viewmodel in mvc?
What are scaffold templates in mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
what do you mean by navigation property?
What is inline schema, how does it works
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What's different about namespace declaration when comparing that to package declaration in Java ?
Why string are called Immutable data Type
List out few different return types of a controller action method?
What are authentication filters in web api?
What is the use of finalize and dispose eventhough garbage collector is working?