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 |
Which is the base class for .net Class library?
What are html helpers in asp.net mvc?
What are Model Binders in ASP.Net MVC?
What is a razor file?
Why do you need to serialize
what is way of loading data in ef (entity framework)?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Can a nested object be used in Serialization
Explain the 'page lifecycle' of an ASP.NET MVC?
Can I add asp.net mvc testcases in visual studio express?
What are Non Action methods in ASP.Net MVC?
What is the use of the default route {resource}.axd/{*pathinfo} ?