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 |
Can you explain renderbody and renderpage in mvc?
What are the Core features of ASP.NET MVC?
What are the components of the .net framework.
What is the CLR
Why is XmlSerializer so slow
What are the different types of filters, in an asp.net mvc application?
Is any files are generated,when we are adding the web reference to the web service?
What is latest version of .net framework?
What is mvc entity framework?
What is namespace used for loading assemblies at run time and name the methods?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Explain linq to entities? : Entity framework