Answer Posted / 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 View All Answers
What is renderbody?
What is .net framework in simple terms?
Explain the methods used to render the views in ASP.Net MVC?
Explain Bundle.Config in ASP.Net MVC4?
what is entityclient?
Can I set the unlimited length for "maxjsonlength" property in config?
what do you mean by navigation property?
what is scalar property?
How to return the JSON from action method in ASP.Net MVC?
What is oauth in web api?
What is difference between viewbag and viewdata and tempdata?
What is the difference between viewbag and viewdata in mvc?
Explain tempdata in asp.net mvc?
What is mapping in entity framework? : Entity framework
What are the Core features of ASP.NET MVC?