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 split entity?
Which filter executes first in an asp.net mvc application?
What is entityset? : Entity framework
Describe the .net framework architecture.
What are Non Action methods in ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
Explain entity lifecycle? : Entity framework
Explain the difference between viewbag and viewdata 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 is filters in web api?
Why we need a separate mobile project template, while we can render our web application in mobile ?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What are actions in mvc?
What is the advantage of using asp.net routing?
What is the mvc pattern (model view controller pattern)?