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 model first? : Entity framework
Which are the important namespaces used in ASP.Net MVC?
What are child actions in ASP.Net MVC?
How can I return string result from action in asp.net mvc?
What is entitytype? : Entity framework
In Server how to check whether model has error or not in ASP.Net MVC
What is edm designer? : Entity framework
What are the 2 popular asp.net mvc view engines?
How does .net framework works?
What are Action Methods in ASP.NET MVC?
How does servicing work for the .net framework 3.0?
what is minimum requirement for entity framework applications to run?
What is the difference between viewbag and viewdata in asp.net mvc?
What are scaffold templates in mvc?
What is stateless model?