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 new features 3.5 framework against with the tool?
What are differences between entity framework and l2s? : Entity framework
what is deferred loading(lazy loading)?
mention what is csdl, ssdl and msl sections in an edmx file?
What operating systems will the .net framework 3.0 be available for?
Explain what is routing?
Explain the advantages of dependency injection (di) in asp.net mvc?
how can you enhance the performance of entity 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?
Explain what languages does the .net framework support?
What is .net architecture?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain how you can implement Ajax in MVC?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What are the advantages of razor view engine?