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 is managed extensibility framework?
Can we have more than 1 partial classes in the same file?
Explain how you can implement Ajax in MVC?
I want ask from plz smaple example code for Biztalkk server
can we call the garbage collector to run explicicitly?
What is conceptual model? : Entity framework
What are the advantages of asp.net mvc?
Why do I get errors when I try to serialize a Hashtable
Explain the advantages of dependency injection (di) in asp.net mvc?
What is the difference between windows vista and .net framework 3.0 ?
What is global assembly cache
What are the sub types of ActionResult?