How could we achieve Langauge Interoperability
through "CLS"?? Please Expalin in detail with Example..
Thanks for the Help!!!!!
Answers were Sorted based on User's Feedback
Answer / govind.agarwal
commom language specification is in .net, which is used to
integrated multilanguage application. and suport common
type system.
int32 is compactibility with VB and C#.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / lakshmi
CLS (Common Language Specification) contains a set of rules
to achieve language interoperability. CLS enables an object
or application to interact with other objects or
applications of other languages. All .NET classes follow
the CLS rules.
| Is This Answer Correct ? | 6 Yes | 3 No |
What are the properties of Thread class?
In which circumstances you used delegates?
Can I use razor code in javascript in asp.net mvc?
Explain tempdata in mvc?
Explain what is routing?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What are the contents of assembly?
what do you mean by navigation property?
Can I uninstall microsoft .net framework?
How can I stop my code being reverse-engineered from IL
Speaking of Boolean data types, what's different between C# and C/C++ ?
What is the meaning of unobtrusive javascript? Explain us by any practical example.