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 are the options can be configured in AJAX helpers?
What is Differnce between html.action and ajax.action?
What is latest version of .net framework?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the mvc pattern (model view controller pattern)?
What are Action Filters in ASP.NET MVC and its use?
How does the .net framework 3.0 relate to windows vista?
Why should we go for entity framework?
Is .net core faster than .net framework?
how can you tell ef to have a different table or column name than that defined for the class?
How can you return string result from Action in ASP.Net MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is entity graph? : Entity framework
What is razor code?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?