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 main features of asp.net mvc 4 used by asp.net web api?
why DotNetFramework is included in building a software
What is the difference between STA and MTA?
How to bind table colum with gridview column?
Which .net framework is installed?
What are the advantages of asp.net mvc?
Mention some action filters which are used regularly in ASP.Net MVC?
What is difference between html.beginform and ajax.beginform?
What is the difference between a Struct and a Class
What is object service? : Entity framework
Does windows 10 need .net framework?
In razor syntax, what is the escape sequence character for @ symbol?