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 |
What is the difference between tempdata and viewbag?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Can you draw and explain the .NET Farmework?
What is the difference between windows vista and .net framework 3.0 ?
If I have multiple filters implemented, what is the order in which these filters get executed?
what is linq to entities?
What is the difference between renderaction and renderpartial?
Can a view be shared across multiple controllers? If yes, how we can do that?
How can I return string result from action in asp.net mvc?
How we can handle the exception at controller level in ASP.Net MVC?
What are the different types of filters, in an asp.net mvc application?
How to create an alias name for a namespace?